commit | 0e00e666b1c8d107c3d7b8ee36e955d62b72d2d7 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Tue Sep 03 14:42:56 2019 -0700 |
committer | Damien Neil <dneil@google.com> | Wed Sep 04 04:34:11 2019 +0000 |
tree | fc867d58c5744f1c3a6eb770f65c0c8eb00629e7 | |
parent | 6663f3a6309c029151759526f3ad6f36aad69b25 [diff] |
cmd/protoc-gen-go: remove go version from header 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>
WARNING: This repository is in active development. There are no guarantees about API stability. Breaking changes will occur until a stable release is made and announced.
This repository is for the development of the next major Go implementation of protocol buffers. This library makes breaking API changes relative to the existing Go protobuf library. Of particular note, this API aims to make protobuf reflection a first-class feature of the API and implements the protobuf ecosystem in terms of reflection.
List of relevant design documents:
We appreciate community contributions. See CONTRIBUTING.md.
Issues regarding the new API can be filed at github.com/golang/protobuf. Please use a APIv2:
prefix in the title to make it clear that the issue is regarding the new API work.