Stack test
This commit is contained in:
parent
32fcdb62fc
commit
a1602d21d9
1 changed files with 1 additions and 2 deletions
3
pkg.go
3
pkg.go
|
@ -23,8 +23,7 @@ var (
|
|||
|
||||
func Init() {
|
||||
_, file, _, _ := runtime.Caller(1)
|
||||
dir := path.Dir(file)
|
||||
dirBase := path.Dir(dir)
|
||||
dirBase := path.Dir(file)
|
||||
baseDirLength = len(dirBase)
|
||||
fmt.Printf("--\nDIR: %s\nBASE: %s\nLENGTH: %d\n--\n", file, dirBase, baseDirLength)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue