red color

This commit is contained in:
alessio 2016-08-02 01:21:37 +02:00
parent 39696a0ddc
commit d419277505
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ const(
var green = color.New(color.FgGreen, color.Bold).SprintFunc()
var greenl = color.New(color.FgHiGreen).SprintFunc()
var red = color.New(color.FgRed).SprintFunc()
type Config struct {
file string