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

Function Printf

log/log.go:272–274  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

270}
271
272func Printf(format string, args ...interface{}) {
273 global.Printf(format, args...)
274}
275
276func Printj(j JSON) {
277 global.Printj(j)

Callers

nothing calls this directly

Calls 1

PrintfMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…