github.com/jhump/protoreflect@v1.16.0/desc/protoparse/doc.go (about) 1 // 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. 10 package protoparse