From 1364318ce46606da0954a885b85e96cf4f2ea3ec Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 11 Jun 2019 11:38:55 +0800 Subject: [PATCH] test --- client.go | 2 -- job.go | 1 - 2 files changed, 3 deletions(-) diff --git a/client.go b/client.go index 172c803..0149fce 100644 --- a/client.go +++ b/client.go @@ -1,8 +1,6 @@ package main import ( - "encoding/json" - "log" "strings" ) diff --git a/job.go b/job.go index 41a14a3..db927ca 100644 --- a/job.go +++ b/job.go @@ -3,7 +3,6 @@ package main import ( "encoding/json" "fmt" - "log" "strconv" "time" )