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[bot] 2021-11-05 19:04:55 +00:00
parent 5e371689e6
commit d889faf755
2 changed files with 6 additions and 4 deletions

View File

@ -7,11 +7,12 @@
package channel package channel
import ( import (
reflect "reflect"
sync "sync"
msg "github.com/Mrs4s/MiraiGo/client/pb/msg" msg "github.com/Mrs4s/MiraiGo/client/pb/msg"
protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl" protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
) )
const ( const (

View File

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