Skip to content

Instantly share code, notes, and snippets.

@hugoluchessi
Created September 15, 2018 14:26
Show Gist options
  • Save hugoluchessi/541636e0549fe366950adf0bad8ec861 to your computer and use it in GitHub Desktop.
Save hugoluchessi/541636e0549fe366950adf0bad8ec861 to your computer and use it in GitHub Desktop.
Stack trace
```
Error: 'some error here'
State:
some:value
int_value:1234
Stacktrace:
0 - /home/hugo/go/src/github.com/hugoluchessi/go-errors/error_wrapper_test_fn1.go:4
1 - /home/hugo/go/src/github.com/hugoluchessi/go-errors/error_wrapper_test_fn2.go:5
2 - /home/hugo/go/src/github.com/hugoluchessi/go-errors/error_wrapper_test_fn3.go:6
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment