Last active
October 13, 2016 06:07
-
-
Save mlowicki/de3bfe0074790e11746518b6651f707f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> go install github.com/mlowicki/lab && ./bin/lab | |
Start f | |
Start g | |
Start h | |
3rd deferred in h | |
2nd deferred in h | |
Panic found: boom! | |
1st deferred in h | |
End g | |
Deferred in g | |
End f | |
Deferred in f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment