1 // +build !go1.12 2 3 package zerolog 4 5 const contextCallerSkipFrameCount = 3 6
View as plain text