From 0e1043c4728e2cc252f705ee6dd78e75e8c2cd82 Mon Sep 17 00:00:00 2001 From: YSTYLE Date: Wed, 1 Jul 2020 00:46:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86hcom?= =?UTF-8?q?ic=E7=9A=84=E6=BC=AB=E7=94=BB=E4=B8=8B=E8=BD=BD=E4=B8=8D?= =?UTF-8?q?=E4=BA=86=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/hcomic.go | 1 - 1 file changed, 1 deletion(-) diff --git a/services/hcomic.go b/services/hcomic.go index e199bda..5b5d8f9 100644 --- a/services/hcomic.go +++ b/services/hcomic.go @@ -14,7 +14,6 @@ import ( "io/ioutil" "os" "path" - "strings" "sync" "time" )