protobuf-go/cmd/protoc-gen-go
Joe Tsai 4394568c4b cmd/protoc-gen-go: remove reference to legacy ProtoPackageIsVersion4
A reference to this constant was originally generated to ensure that users
were using a sufficiently new version of the github.com/golnag/protobuf
module to avoid subtle runtime incompatibility issues.
Such a technique is not needed if users were using modules,
which would enforce this constraint based on our go.mod requirements.

When we first released the google.golang.org/protobuf module,
we suggested that we would consider removing it after 6 months.
It has now been 7 months since the release.

Fixes golang/protobuf#1077

Change-Id: I9f2010da27b27fe6b12541a15833721441df8409
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/259901
Reviewed-by: Damien Neil <dneil@google.com>
Trust: Joe Tsai <thebrokentoaster@gmail.com>
2020-10-07 22:34:28 +00:00
..
internal_gengo cmd/protoc-gen-go: remove reference to legacy ProtoPackageIsVersion4 2020-10-07 22:34:28 +00:00
testdata cmd/protoc-gen-go: remove name mangling for MessageSet extensions 2020-07-14 22:22:58 +00:00
annotation_test.go internal/genid: add new package for generated identifiers 2020-05-29 07:08:23 +00:00
main.go cmd/protoc-gen-go: --version should exit 0 2020-06-22 19:34:47 +00:00