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" )