Skip to content

Instantly share code, notes, and snippets.

@mlowicki
Created October 12, 2016 22:27
Show Gist options
  • Save mlowicki/a197f334ac852258eb33723fe8999483 to your computer and use it in GitHub Desktop.
Save mlowicki/a197f334ac852258eb33723fe8999483 to your computer and use it in GitHub Desktop.
> go install github.com/mlowicki/lab && ./bin/lab
Deferred by h
Deferred by g
Deferred by f
panic: boom!
goroutine 17 [running]:
panic(0xb83e0, 0x820220050)
/usr/local/go/src/runtime/panic.go:481 +0x3e6
main.h()
/Users/mlowicki/projects/golang/spec/src/github.com/mlowicki/lab/lab.go:24 +0x86
main.g()
/Users/mlowicki/projects/golang/spec/src/github.com/mlowicki/lab/lab.go:17 +0x35
main.f(0x820224000)
/Users/mlowicki/projects/golang/spec/src/github.com/mlowicki/lab/lab.go:9 +0x35
created by main.main
/Users/mlowicki/projects/golang/spec/src/github.com/mlowicki/lab/lab.go:29 +0x53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment