MCPcopy Create free account
hub / github.com/Apress/pro-go / Printfln

Function Printfln

24 - HTTP Servers/httpserver/printer.go:5–7  ·  view source on GitHub ↗
(template string, values ...interface{})

Source from the content-addressed store, hash-verified

3import "fmt"
4
5func Printfln(template string, values ...interface{}) {
6 fmt.Printf(template + "\n", values...)
7}

Callers 2

ServeHTTPMethod · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected