1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

ci(chore): Fix stylings

This commit is contained in:
github-actions[bot] 2021-11-27 08:02:04 +00:00
parent bf06f50a83
commit b4bd22ea11
2 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,10 @@
package coolq
import (
"github.com/Mrs4s/MiraiGo/topic"
"strconv"
"github.com/Mrs4s/MiraiGo/topic"
"github.com/Mrs4s/MiraiGo/client"
"github.com/Mrs4s/MiraiGo/message"
log "github.com/sirupsen/logrus"

View File

@ -2,6 +2,7 @@ package coolq
import (
"github.com/Mrs4s/MiraiGo/topic"
"github.com/Mrs4s/go-cqhttp/global"
)