EnableColor enables colors.
()
| 12 | |
| 13 | // EnableColor enables colors. |
| 14 | func EnableColor() { |
| 15 | color.Enable = true |
| 16 | PrintColor = true |
| 17 | } |
| 18 | |
| 19 | // DisableColor disables colors. |
| 20 | func DisableColor() { |
no outgoing calls
searching dependent graphs…