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

Function Fatal

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

Source from the content-addressed store, hash-verified

326}
327
328func Fatal(i ...interface{}) {
329 global.Fatal(i...)
330}
331
332func Fatalf(format string, args ...interface{}) {
333 global.Fatalf(format, args...)

Callers

nothing calls this directly

Calls 1

FatalMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…