1// +build go1.12
2
3package zerolog
4
5// Since go 1.12, some auto generated init functions are hidden from
6// runtime.Caller.
7const contextCallerSkipFrameCount = 2
8