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

Function Print

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

Source from the content-addressed store, hash-verified

266}
267
268func Print(i ...interface{}) {
269 global.Print(i...)
270}
271
272func Printf(format string, args ...interface{}) {
273 global.Printf(format, args...)

Callers

nothing calls this directly

Calls 1

PrintMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…