mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-11 15:40:44 +00:00
Prior to this change, one could either use go generate or ./test.bash -regenerate to re-generate the files — but only the latter way would work. With this change, we make ./test.bash -regenerate call go generate so that the two ways cannot diverge again. Change-Id: I940df66ebc6a4200847cf751929b3611309b67bc Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/547256 Reviewed-by: Lasse Folger <lassefolger@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>