protobuf-go/internal/testprotos
Michael Stapelberg cbc3dd69c1 all: replace interface{} by any now that we are on Go 1.21
I generated this change using:

  % sed -i 's,interface{},any,g' **/*.go
  % git checkout -- **/*.pb.go
  % $EDITOR cmd/protoc-gen-go/internal_gengo/well_known_types.go
  % ./regenerate.bash

Change-Id: I728f4b69c87ffc8f3b19bf807bf9bf1479bdbab4
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/585735
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Lasse Folger <lassefolger@google.com>
2024-05-15 12:42:15 +00:00
..
annotation all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
benchmarks all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
conformance all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
editionsfuzztest all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
enums all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
fieldtrack all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
fuzz all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
irregular all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
lazy all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
legacy all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
messageset all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
news all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
nullable all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
order all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
race all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
registry all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
required all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
test all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
test3 all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
testeditions all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
textpb2 all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
textpb3 all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
textpbeditions all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00