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