MCPcopy Create free account
hub / github.com/labstack/gommon / init

Function init

log/log.go:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54)
55
56func init() {
57 global.skip = 3
58}
59
60func New(prefix string) (l *Logger) {
61 l = &Logger{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…