caller test
This commit is contained in:
parent
e1b81c9e2c
commit
c63cd5fb0e
1 changed files with 1 additions and 0 deletions
1
pkg.go
1
pkg.go
|
@ -23,6 +23,7 @@ var (
|
|||
|
||||
func init() {
|
||||
_, file, _, _ := runtime.Caller(0)
|
||||
fmt.Printf("--\nWRAPPED_ERROR: %s\n--\n", file)
|
||||
dir := path.Dir(file)
|
||||
dirBase := path.Dir(dir)
|
||||
baseDirLength = len(dirBase)
|
||||
|
|
Loading…
Add table
Reference in a new issue