protobuf-go/proto
Joe Tsai 8d30bbeede all: remove dependency on proto v1
This does not remove all dependencies,
but all of the cases where it can now be implemented in terms of v2.

Change-Id: Idc5b0273f0d35c284bf2141eb9cce998692ceb15
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/184878
Reviewed-by: Herbie Ong <herbie@google.com>
2019-07-03 04:59:17 +00:00
..
bench_test.go benchmarks: add general-purpose benchmarks directory 2019-06-24 19:20:48 +00:00
decode_gen.go all: remove non-fatal UTF-8 validation errors (and non-fatal in general) 2019-06-20 20:55:13 +00:00
decode_test.go all: remove dependency on proto v1 2019-07-03 04:59:17 +00:00
decode.go all: remove non-fatal UTF-8 validation errors (and non-fatal in general) 2019-06-20 20:55:13 +00:00
encode_gen.go proto, internal/impl: avoid string->[]byte conversions 2019-06-24 17:41:45 +00:00
encode_test.go all: remove dependency on proto v1 2019-07-03 04:59:17 +00:00
encode.go all: remove protoreflect.Message.Len 2019-06-25 21:59:46 +00:00
equal_test.go all: remove dependency on proto v1 2019-07-03 04:59:17 +00:00
equal.go all: remove protoreflect.Message.Len 2019-06-25 21:59:46 +00:00
isinit_test.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
isinit.go internal/impl: add fast-path for IsInitialized 2019-06-24 17:42:23 +00:00
merge_test.go proto: implement Merge 2019-06-24 22:36:08 +00:00
merge.go proto: implement Merge 2019-06-24 22:36:08 +00:00
proto_methods.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
proto_reflect.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
proto.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
reset_test.go all: remove protoreflect.Message.Len 2019-06-25 21:59:46 +00:00
reset.go proto: fix memory aliasing bug in Reset 2019-06-20 19:48:37 +00:00
size_gen.go proto, internal/impl: avoid string->[]byte conversions 2019-06-24 17:41:45 +00:00
size.go reflect/protoreflect: add alternative message reflection API 2019-06-17 17:33:24 +00:00