Skip to content

Instantly share code, notes, and snippets.

@suguanYang
Last active December 8, 2019 09:15
Show Gist options
  • Save suguanYang/83a39abde7e12e9c2719445da276ebe0 to your computer and use it in GitHub Desktop.
Save suguanYang/83a39abde7e12e9c2719445da276ebe0 to your computer and use it in GitHub Desktop.
golang
__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