func(format string, args ...interface{})
| 9 | ) |
| 10 | |
| 11 | type Handler func(format string, args ...interface{}) |
| 12 | |
| 13 | // https://misc.flogisoft.com/bash/tip_colors_and_formatting |
| 14 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected