MCPcopy 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
176func (p *xerrorPrinter) Print(v ...interface{}) {
177 s := fmt.Sprint(v...)
178 p.write(s)
179}
180
181func (p *xerrorPrinter) Printf(f string, v ...interface{}) {
182 s := fmt.Sprintf(f, v...)

Callers 1

ExampleStdlibFunction · 0.80

Calls 1

writeMethod · 0.95

Tested by 1

ExampleStdlibFunction · 0.64