Skip to content

Commit 177d70e

Browse files
committed
README.md: mention protopath and protorange packages
Change-Id: I33045b4356642d433d88112cf0c6e6210dace58e Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/331229 Trust: Joe Tsai <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent aa432c0 commit 177d70e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ Summary of the packages provided by this module:
6868
Package `protodesc` provides functionality for converting
6969
`descriptorpb.FileDescriptorProto` messages to/from the reflective
7070
`protoreflect.FileDescriptor`.
71+
* [`reflect/protopath`](https://pkg.go.dev/google.golang.org/protobuf/reflect/protopath):
72+
Package `protopath` provides a representation of a sequence of
73+
protobuf reflection operations on a message.
74+
* [`reflect/protorange`](https://pkg.go.dev/google.golang.org/protobuf/reflect/protorange):
75+
Package `protorange` provides functionality to traverse a protobuf message.
7176
* [`testing/protocmp`](https://pkg.go.dev/google.golang.org/protobuf/testing/protocmp):
7277
Package `protocmp` provides protobuf specific options for the `cmp` package.
7378
* [`testing/protopack`](https://pkg.go.dev/google.golang.org/protobuf/testing/protopack):

0 commit comments

Comments
 (0)