1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-06 20:13:50 +08:00

ci(chore): Fix stylings

This commit is contained in:
github-actions[bot] 2021-07-18 10:04:18 +00:00
parent d7e0aaf827
commit 9c9a469a16

View File

@ -5,13 +5,14 @@ import (
"bufio" "bufio"
_ "embed" // embed the default config file _ "embed" // embed the default config file
"fmt" "fmt"
"github.com/Mrs4s/go-cqhttp/global"
"os" "os"
"path" "path"
"strconv" "strconv"
"strings" "strings"
"sync" "sync"
"github.com/Mrs4s/go-cqhttp/global"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"
"gopkg.in/yaml.v3" "gopkg.in/yaml.v3"
) )