protobuf-go/internal/impl
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
..
api_export.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
checkinit.go internal/impl: enable fully lazy extensions (over Size and Marshal) 2024-05-15 08:56:13 +00:00
codec_extension.go internal/impl: enable fully lazy extensions (over Size and Marshal) 2024-05-15 08:56:13 +00:00
codec_field.go proto: ensure MarshalOptions are plumbed to all Size calls 2024-04-18 07:28:30 +00:00
codec_gen.go
codec_map_go111.go
codec_map_go112.go
codec_map.go proto: return an error instead of producing invalid wire format 2024-04-18 07:12:00 +00:00
codec_message.go
codec_messageset.go internal/impl: enable fully lazy extensions (over Size and Marshal) 2024-05-15 08:56:13 +00:00
codec_reflect.go
codec_tables.go
codec_unsafe.go
convert_list.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
convert_map.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
convert.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
decode.go
encode.go internal/impl: enable fully lazy extensions (over Size and Marshal) 2024-05-15 08:56:13 +00:00
enum_test.go
enum.go
extension_test.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
extension.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
lazy_normalized_test.go internal/impl: enable fully lazy extensions (over Size and Marshal) 2024-05-15 08:56:13 +00:00
lazy_test.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
legacy_aberrant_test.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
legacy_enum.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
legacy_export_test.go all: fix deprecated 2024-04-23 09:50:20 +00:00
legacy_export.go
legacy_extension.go
legacy_file_test.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
legacy_file.go all: fix deprecated 2024-04-23 09:50:20 +00:00
legacy_message.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
legacy_test.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
merge_gen.go
merge.go
message_reflect_field.go
message_reflect_gen.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
message_reflect_test.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
message_reflect.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
message.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
pointer_reflect.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
pointer_unsafe.go all: replace interface{} by any now that we are on Go 1.21 2024-05-15 12:42:15 +00:00
validate.go
weak.go