MCPcopy
hub / github.com/davecheney/httpstat / printf

Function printf

main.go:100–102  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

98}
99
100func printf(format string, a ...interface{}) (n int, err error) {
101 return fmt.Fprintf(color.Output, format, a...)
102}
103
104func grayscale(code color.Attribute) func(string, ...interface{}) string {
105 return color.New(code + 232).SprintfFunc()

Callers 1

visitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected