From c64bbcc35e90580a4d4098f1e50a3a8e54075563 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Sun, 15 Dec 2024 22:03:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89Coaster=20UploadTray=EF=BC=8C?= =?UTF-8?q?=E4=BB=A5=E5=90=8E=E5=86=8D=E8=AF=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coaster.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coaster.go b/coaster.go index 1f0e91b..b1768f5 100644 --- a/coaster.go +++ b/coaster.go @@ -2,10 +2,10 @@ package core import ( "encoding/json" - "errors" - "fmt" + // "errors" + // "fmt" logrus "github.com/sirupsen/logrus" - "os" + // "os" "strconv" "time" )