Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/slog
/ Print
Method
Print
map.go:176–179 ·
view source on GitHub ↗
(v ...interface{})
Source
from the content-addressed store, hash-verified
174
}
175
176
func
(p *xerrorPrinter) Print(v ...
interface
{}) {
177
s := fmt.Sprint(v...)
178
p.write(s)
179
}
180
181
func
(p *xerrorPrinter) Printf(f string, v ...
interface
{}) {
182
s := fmt.Sprintf(f, v...)
Callers
1
ExampleStdlib
Function · 0.80
Calls
1
write
Method · 0.95
Tested by
1
ExampleStdlib
Function · 0.64