blob: c6446d346801db9bc7a680e5a33fcc62b4d5ffe0 [file] [log] [blame]
Zack Williamse940c7a2019-08-21 14:25:39 -07001// Package protoparse provides functionality for parsing *.proto source files
2// into descriptors that can be used with other protoreflect packages, like
3// dynamic messages and dynamic GRPC clients.
4//
5// This package links in other packages that include compiled descriptors for
6// the various "google/protobuf/*.proto" files that are included with protoc.
7// That way, like when invoking protoc, programs need not supply copies of these
8// "builtin" files. Though if copies of the files are provided, they will be
9// used instead of the builtin descriptors.
10package protoparse