From d1dbd0d66ebee806843191fd5b213500d6d48c2f Mon Sep 17 00:00:00 2001 From: emile Date: Tue, 9 Oct 2018 17:05:25 +0200 Subject: Trying out channels --- llog/llog.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llog/llog.go') diff --git a/llog/llog.go b/llog/llog.go index 54620ed..b063610 100644 --- a/llog/llog.go +++ b/llog/llog.go @@ -6,8 +6,8 @@ import ( ) // Good prints a "good" (green) message with a timestamp and the given message -func Good(text string) { - fmt.Printf("%s\033[36m [+] \033[0m%-60s\t", currentTime(), text) +func Good(before string) { + fmt.Printf("%s\033[36m [+] \033[0m%-60s\t", currentTime(), before) } // Bad prints a "good" (green) message with a timestamp and the given message -- cgit 1.4.1