protobuf-go/internal
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
..
benchmarks all: fix deprecated 2024-04-23 09:50:20 +00:00
cmd all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
conformance encoding/proto[json|text]: accept lower case names for group-like fields 2024-05-06 08:56:34 +00:00
descfmt all: implement proto2/proto3 as editions [2/2] 2024-03-19 12:54:36 +00:00
descopts
detrand
editiondefaults all: update to protobuf 27.0-rc1 and regenerate protos 2024-05-03 08:08:45 +00:00
editionssupport all: enable editions support 2024-03-22 09:09:14 +00:00
encoding all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
errors all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
filedesc all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
filetype all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
flags
fuzz
fuzztest all: fix deprecated 2024-04-23 09:50:20 +00:00
genid all: update to protobuf 27.0-rc1 and regenerate protos 2024-05-03 08:08:45 +00:00
impl all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
msgfmt 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
pragma
protobuild all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
protolegacy all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
race_test all: implement proto2/proto3 as editions [1/2] 2024-03-19 09:40:08 +00:00
set
strs
test/race internal/impl: ensure proto.HasExtension does not allocate 2024-03-28 16:31:28 +00:00
testprotos all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
version all: start v1.34.1-devel 2024-05-06 12:18:44 +00:00
weakdeps