mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-04 12:39:49 +00:00
ab9efaa3f7
This turns the nameclash testprotos ending in 3 into .proto files which use syntax = "proto3". Prior to the Opaque API release, we changed these .proto files to use editions, but using editions with proto3 semantics is not exactly the same as using proto3, so we need these .proto files to use syntax = "proto3"; Fixes golang/protobuf#1675 Change-Id: I0ebb37d4e1bf0fc830bbe613148429ec6ff5c46d Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/644437 Reviewed-by: Chressie Himpel <chressie@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>