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

Function grayscale

main.go:104–106  ·  view source on GitHub ↗
(code color.Attribute)

Source from the content-addressed store, hash-verified

102}
103
104func grayscale(code color.Attribute) func(string, ...interface{}) string {
105 return color.New(code + 232).SprintfFunc()
106}
107
108func main() {
109 flag.Parse()

Callers 1

visitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected