We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e4364 commit 2fea9e1Copy full SHA for 2fea9e1
README.md
@@ -191,3 +191,9 @@ the `plugins` parameter to protoc-gen-go; the usual way is to insert it into
191
the --go_out argument to protoc:
192
193
protoc --go_out=plugins=grpc:. *.proto
194
+
195
+## Plugins ##
196
197
+The `protoc-gen-go/generator` package exposes a plugin interface,
198
+which is used by the gRPC code generation. This interface is not
199
+supported and is subject to incompatible changes without notice.
protoc-gen-go/internal/grpc/grpc.go renamed to protoc-gen-go/grpc/grpc.go
protoc-gen-go/link_grpc.go
@@ -31,4 +31,4 @@
31
32
package main
33
34
-import _ "github.com/golang/protobuf/protoc-gen-go/internal/grpc"
+import _ "github.com/golang/protobuf/protoc-gen-go/grpc"
0 commit comments