gunli commented on code in PR #1035:
URL: https://github.com/apache/pulsar-client-go/pull/1035#discussion_r1241390618
##########
integration-tests/pb/hello.pb.go:
##########
@@ -25,10 +25,11 @@
package __
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"
)
Review Comment:
I runned `golangci-lint run` and it tell me failed at goimport sort, so I
runned `goimport -w .` and it modified these 2 files..., I will revert it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]