(msg string)
| 14 | ) |
| 15 | |
| 16 | func Warning(msg string) { |
| 17 | fmt.Fprintf(os.Stderr, WarningColor+"\n", msg) |
| 18 | } |
| 19 | |
| 20 | func Error(msg string) { |
| 21 | fmt.Fprintf(os.Stderr, ErrorColor+"\n", msg) |
no outgoing calls
no test coverage detected
searching dependent graphs…