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