Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HashLoad/boss
/ Msg
Function
Msg
msg/msg.go:41–43 ·
view source on GitHub ↗
(msg string, args ...interface{})
Source
from the content-addressed store, hash-verified
39
}
40
41
func
Msg(msg string, args ...
interface
{}) {
42
Default.Msg(msg, args...)
43
}
44
45
func
Puts(msg string, args ...
interface
{}) {
46
Default.Puts(msg, args...)
Callers
nothing calls this directly
Calls
1
Msg
Method · 0.80
Tested by
no test coverage detected