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

ci(chore): Fix stylings

This commit is contained in:
github-actions[bot] 2021-12-11 15:36:58 +00:00
parent 54e69acb8b
commit abf42ce6b1

View File

@ -5,7 +5,6 @@ import (
"encoding/hex" "encoding/hex"
"encoding/json" "encoding/json"
"fmt" "fmt"
"github.com/segmentio/asm/base64"
"io" "io"
"os" "os"
"path" "path"
@ -13,6 +12,8 @@ import (
"sync" "sync"
"time" "time"
"github.com/segmentio/asm/base64"
"github.com/Mrs4s/go-cqhttp/db" "github.com/Mrs4s/go-cqhttp/db"
"github.com/Mrs4s/MiraiGo/binary" "github.com/Mrs4s/MiraiGo/binary"