github.com/Big-big-orange/protoreflect@v0.0.0-20240408141420-285cedfdf6a4/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