DisableColor disables colors.
()
| 18 | |
| 19 | // DisableColor disables colors. |
| 20 | func DisableColor() { |
| 21 | color.Enable = false |
| 22 | PrintColor = false |
| 23 | } |
| 24 | |
| 25 | // Foreground colors. basic foreground colors 30 - 37. |
| 26 | const ( |
no outgoing calls
searching dependent graphs…