diff --git a/main.go b/main.go index 0c618f6..8e6d07b 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,6 @@ func main() { } - func GetConsole(c string) func(string, ...interface {}) { if c == "blue" { @@ -21,4 +20,4 @@ func GetConsole(c string) func(string, ...interface {}) { return color.Yellow } -} \ No newline at end of file +}