1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-05 03:23:50 +08:00

ci(chore): Fix stylings

This commit is contained in:
github-actions 2021-03-09 11:14:36 +00:00
parent ab3ed8f883
commit c04b18af70

View File

@ -2,14 +2,15 @@ package client
import ( import (
"fmt" "fmt"
"strconv"
"time"
"github.com/Mrs4s/MiraiGo/binary" "github.com/Mrs4s/MiraiGo/binary"
"github.com/Mrs4s/MiraiGo/binary/jce" "github.com/Mrs4s/MiraiGo/binary/jce"
"github.com/Mrs4s/MiraiGo/client/pb" "github.com/Mrs4s/MiraiGo/client/pb"
"github.com/Mrs4s/MiraiGo/client/pb/notify" "github.com/Mrs4s/MiraiGo/client/pb/notify"
"github.com/pkg/errors" "github.com/pkg/errors"
"google.golang.org/protobuf/proto" "google.golang.org/protobuf/proto"
"strconv"
"time"
) )
var msg0x210Decoders = map[int64]func(*QQClient, []byte) error{ var msg0x210Decoders = map[int64]func(*QQClient, []byte) error{