Added Init()
This commit is contained in:
parent
015167f4a3
commit
1c0579d065
1 changed files with 2 additions and 2 deletions
4
pkg.go
4
pkg.go
|
@ -21,8 +21,8 @@ var (
|
|||
baseDirLength int
|
||||
)
|
||||
|
||||
func init() {
|
||||
_, file, _, _ := runtime.Caller(2)
|
||||
func Init() {
|
||||
_, file, _, _ := runtime.Caller(1)
|
||||
fmt.Printf("--\nWRAPPED_ERROR: %s\n--\n", file)
|
||||
dir := path.Dir(file)
|
||||
dirBase := path.Dir(dir)
|
||||
|
|
Loading…
Add table
Reference in a new issue