Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HashLoad/boss
/ Warn
Method
Warn
msg/msg.go:82–84 ·
view source on GitHub ↗
(msg string, args ...interface{})
Source
from the content-addressed store, hash-verified
80
}
81
82
func
(m *Messenger) Warn(msg string, args ...
interface
{}) {
83
m.Msg(
"[WARN ]\t"
+msg, args...)
84
}
85
86
func
(m *Messenger) Info(msg string, args ...
interface
{}) {
87
m.Msg(
"[INFO ]\t"
+msg, args...)
Callers
1
Warn
Function · 0.80
Calls
1
Msg
Method · 0.95
Tested by
no test coverage detected