chore: reorg imports (#2745)

* chore: reorg imports

* chore: format code
This commit is contained in:
Kevin Wan
2023-01-03 22:26:45 +08:00
committed by GitHub
parent deefc1a8eb
commit ec7ac43948
11 changed files with 16 additions and 12 deletions

View File

@@ -7,10 +7,11 @@
package hello
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 (