protobuf-go/encoding/prototext
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
..
decode_test.go encoding/proto[json|text]: accept lower case names for group-like fields 2024-05-06 08:56:34 +00:00
decode.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
doc.go
encode_test.go
encode.go
fuzz_test.go all: remove Go 1.17 build tags / workarounds 2024-05-13 14:03:25 +00:00
other_test.go