Skip to content

Commit

Permalink
README.md: mention protopath and protorange packages
Browse files Browse the repository at this point in the history
Change-Id: I33045b4356642d433d88112cf0c6e6210dace58e
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/331229
Trust: Joe Tsai <joetsai@digital-static.net>
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
dsnet committed Jun 27, 2021
1 parent aa432c0 commit 177d70e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -68,6 +68,11 @@ Summary of the packages provided by this module:
Package `protodesc` provides functionality for converting
`descriptorpb.FileDescriptorProto` messages to/from the reflective
`protoreflect.FileDescriptor`.
* [`reflect/protopath`](https://pkg.go.dev/google.golang.org/protobuf/reflect/protopath):
Package `protopath` provides a representation of a sequence of
protobuf reflection operations on a message.
* [`reflect/protorange`](https://pkg.go.dev/google.golang.org/protobuf/reflect/protorange):
Package `protorange` provides functionality to traverse a protobuf message.
* [`testing/protocmp`](https://pkg.go.dev/google.golang.org/protobuf/testing/protocmp):
Package `protocmp` provides protobuf specific options for the `cmp` package.
* [`testing/protopack`](https://pkg.go.dev/google.golang.org/protobuf/testing/protopack):
Expand Down

0 comments on commit 177d70e

Please sign in to comment.