This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
zlog
Watch
1
Star
0
Fork
You've already forked zlog
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f380226321
zlog
/
not_go112.go
6 lines
71 B
Go
Raw
Normal View
History
Unescape
Escape
Fix go1.12 test regression Breakage is due to this change in go 1.12: Tracebacks, runtime.Caller, and runtime.Callers no longer include compiler-generated initialization functions. Doing a traceback during the initialization of a global variable will now show a function named PKG.init.ializers. Fix #137
2019-02-27 20:01:45 +00:00
// +build !go1.12
change log
2022-03-20 19:19:42 +00:00
package
zlog
Fix go1.12 test regression Breakage is due to this change in go 1.12: Tracebacks, runtime.Caller, and runtime.Callers no longer include compiler-generated initialization functions. Doing a traceback during the initialization of a global variable will now show a function named PKG.init.ializers. Fix #137
2019-02-27 20:01:45 +00:00
const
contextCallerSkipFrameCount
=
3