From eb48e13e5791488d1f291ef7bcffffc2440b8c87 Mon Sep 17 00:00:00 2001 From: Benny Morrison Date: Sun, 17 Mar 2019 02:02:41 -0400 Subject: removed output variable, set to os.Stdout constant --- main.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index bea20ed..2eee1ce 100644 --- a/main.go +++ b/main.go @@ -3,9 +3,9 @@ package main import ( "bytes" "encoding/json" - "io" "io/ioutil" "log" + "os" "os/exec" "strings" "time" @@ -27,7 +27,6 @@ type Conf struct { Nick string User string Name string - Out io.Writer SSL bool } @@ -48,7 +47,7 @@ func main() { Nick: conf.Nick, User: conf.User, Name: conf.Name, - Out: conf.Out, + Out: os.Stdout, SSL: conf.SSL, }) -- cgit 1.4.1-2-gfad0