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

ci(chore): Fix stylings

This commit is contained in:
github-actions[bot] 2021-08-01 20:29:21 +00:00
parent a2f5be2166
commit 6c52734324
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,6 @@ import (
"encoding/gob"
"encoding/hex"
"fmt"
"github.com/gabriel-vasile/mimetype"
"hash/crc32"
"io"
"os"
@ -14,6 +13,8 @@ import (
"sync"
"time"
"github.com/gabriel-vasile/mimetype"
"github.com/Mrs4s/MiraiGo/binary"
"github.com/Mrs4s/MiraiGo/client"
"github.com/Mrs4s/MiraiGo/message"

View File

@ -8,7 +8,6 @@ import (
xml2 "encoding/xml"
"errors"
"fmt"
"github.com/gabriel-vasile/mimetype"
"io"
"math/rand"
"net/url"
@ -19,6 +18,8 @@ import (
"strings"
"time"
"github.com/gabriel-vasile/mimetype"
"github.com/Mrs4s/MiraiGo/binary"
"github.com/Mrs4s/MiraiGo/message"
"github.com/Mrs4s/MiraiGo/utils"