From a91b1bba168ad10f440ca609dd53e6e677079023 Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 11 Jun 2019 23:40:24 +0800 Subject: [PATCH] test --- bot.go | 2 -- job.go | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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"