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

Function Warn

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

Source from the content-addressed store, hash-verified

302}
303
304func Warn(i ...interface{}) {
305 global.Warn(i...)
306}
307
308func Warnf(format string, args ...interface{}) {
309 global.Warnf(format, args...)

Callers

nothing calls this directly

Calls 1

WarnMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…