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