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

Function Error

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

Source from the content-addressed store, hash-verified

314}
315
316func Error(i ...interface{}) {
317 global.Error(i...)
318}
319
320func Errorf(format string, args ...interface{}) {
321 global.Errorf(format, args...)

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…