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

Merge branch 'master' of github.com:/Mrs4s/MiraiGo

This commit is contained in:
Mrs4s 2021-09-16 17:52:46 +08:00
commit e1502ecb48
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7
2 changed files with 5 additions and 3 deletions

View File

@ -7,10 +7,11 @@
package web
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
)
const (

View File

@ -4,12 +4,13 @@ import (
"encoding/base64"
"encoding/json"
"fmt"
"strings"
"github.com/Mrs4s/MiraiGo/client/pb/web"
"github.com/Mrs4s/MiraiGo/protocol/packets"
"github.com/Mrs4s/MiraiGo/utils"
"github.com/pkg/errors"
"google.golang.org/protobuf/proto"
"strings"
)
type UnidirectionalFriendInfo struct {