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

Function Debug

log/log.go:280–282  ·  view source on GitHub ↗
(i ...interface{})

Source from the content-addressed store, hash-verified

278}
279
280func Debug(i ...interface{}) {
281 global.Debug(i...)
282}
283
284func Debugf(format string, args ...interface{}) {
285 global.Debugf(format, args...)

Callers

nothing calls this directly

Calls 1

DebugMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…