1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

ci(chore): Fix stylings

This commit is contained in:
github-actions[bot] 2021-07-17 14:25:43 +00:00
parent d6a47cb6c0
commit 16d3be0139

View File

@ -6,6 +6,13 @@ import (
"encoding/hex"
"encoding/xml"
"fmt"
"math/rand"
"net"
"sort"
"strconv"
"strings"
"time"
"github.com/Mrs4s/MiraiGo/binary"
"github.com/Mrs4s/MiraiGo/binary/jce"
devinfo "github.com/Mrs4s/MiraiGo/client/pb"
@ -15,12 +22,6 @@ import (
"github.com/Mrs4s/MiraiGo/utils"
"github.com/pkg/errors"
"google.golang.org/protobuf/proto"
"math/rand"
"net"
"sort"
"strconv"
"strings"
"time"
)
type (