From e30e21e296dc027d8a8c82749fadcc9baf8b80ee Mon Sep 17 00:00:00 2001 From: nnnewb Date: Sat, 13 Feb 2021 17:05:57 +0800 Subject: [PATCH] fix: import fmt --- coolq/api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/coolq/api.go b/coolq/api.go index b40e4a3..5808cc1 100644 --- a/coolq/api.go +++ b/coolq/api.go @@ -3,6 +3,7 @@ package coolq import ( "crypto/md5" "encoding/hex" + "fmt" "io/ioutil" "math" "os"