The Go language implementation of gRPC. HTTP/2 based RPC
-
Updated
Jun 18, 2021 - Go
Add a description, image, and links to the proto topic page so that developers can more easily learn about it.
To associate your repository with the proto topic, visit your repo's landing page and select "manage topics."
At the moment this plugin generates two files for each processed
*.protofile with names:<protofile>_transformer.gooptions.goIn this case it's hard to say were these files auto-generated or weren't by its names.
Use additional file extension for auto-generated files:
*.pb.st.go, as a result files should be named as :<protofile>.pb.st.gooptions.pb.st.go