Last active
December 8, 2019 09:15
-
-
Save suguanYang/83a39abde7e12e9c2719445da276ebe0 to your computer and use it in GitHub Desktop.
golang
This file contains 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
__dirname | |
``` | |
_, filename, _, ok := runtime.Caller(0) | |
if !ok { | |
panic("No caller information") | |
} | |
__dirname := path.Dir(filename) | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment