Compare commits
3 Commits
c63cd5fb0e
...
1c0579d065
Author | SHA1 | Date | |
---|---|---|---|
1c0579d065 | |||
015167f4a3 | |||
c73070d69a |
4
pkg.go
4
pkg.go
@ -21,8 +21,8 @@ var (
|
|||||||
baseDirLength int
|
baseDirLength int
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func Init() {
|
||||||
_, file, _, _ := runtime.Caller(0)
|
_, file, _, _ := runtime.Caller(1)
|
||||||
fmt.Printf("--\nWRAPPED_ERROR: %s\n--\n", file)
|
fmt.Printf("--\nWRAPPED_ERROR: %s\n--\n", file)
|
||||||
dir := path.Dir(file)
|
dir := path.Dir(file)
|
||||||
dirBase := path.Dir(dir)
|
dirBase := path.Dir(dir)
|
||||||
|
Loading…
Reference in New Issue
Block a user