package
0.0.0-20241219105027-de3dee7478aa
Repository: https://github.com/alecthomas/protobuf.git
Documentation: pkg.go.dev
# Functions
Compile creates a FileDescriptorSet similar to protoc:
protoc -o filedescriptorset.pb -I importPath1 -I importPath2 --include_imports file1.proto file2.proto
A FileDescriptorSet contains an array of FileDescriptorProtos, each of which a proto representation of the source proto files.
No description provided by the author
No description provided by the author