From 9c9a469a169ecac0f6649257dfec8f94ee100729 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Jul 2021 10:04:18 +0000 Subject: [PATCH] ci(chore): Fix stylings --- global/config/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global/config/config.go b/global/config/config.go index 7dd8f6e..cea96e3 100644 --- a/global/config/config.go +++ b/global/config/config.go @@ -5,13 +5,14 @@ import ( "bufio" _ "embed" // embed the default config file "fmt" - "github.com/Mrs4s/go-cqhttp/global" "os" "path" "strconv" "strings" "sync" + "github.com/Mrs4s/go-cqhttp/global" + log "github.com/sirupsen/logrus" "gopkg.in/yaml.v3" )