mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-10 16:14:39 +00:00
The Go toolchain version isn't particularly interesting; short of bugs in the toolchain, the protoc-gen-go output should be identical for any version of the compiler and stdlib. Including it introduces pointless variance in generated output when switching between compiler versions. Change-Id: I74a709cf227ecf68dd62579947e03c07349f04de Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/193122 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>