diff --git a/bot.go b/bot.go index 3ffb076..788c1ed 100644 --- a/bot.go +++ b/bot.go @@ -1,11 +1,9 @@ package main import ( - "bytes" "encoding/json" "fmt" "log" - "net/http" "regexp" "strconv" "time" diff --git a/job.go b/job.go index beb8b80..c714380 100644 --- a/job.go +++ b/job.go @@ -6,6 +6,7 @@ import ( "encoding/json" "fmt" "io/ioutil" + "net/http" "strconv" "strings" "time"