From 2815fadaf8ab917253e22dccee8666108fb3be99 Mon Sep 17 00:00:00 2001 From: vbasem Date: Tue, 3 Mar 2020 11:37:25 +0100 Subject: [PATCH] Update main.go --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}