We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b37ab commit 3a78fa2Copy full SHA for 3a78fa2
pkg/generate.go
@@ -30,6 +30,6 @@ import (
30
// things as future-proof as possible. This file also makes a great location
31
// for doing these imports since it couples these imports conceptually with
32
// the commands above and it isn't included in any part of the build.
33
- _ "google.golang.org/protobuf/cmd/protoc-gen-go"
34
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
+ _ "google.golang.org/protobuf/cmd/protoc-gen-go"
35
)
0 commit comments