package
0.0.0-20230306131847-26f457599b8d
Repository: https://github.com/xiaoyawei/buf.git
Documentation: pkg.go.dev
# Functions
AssertFileDescriptorSetsEqual asserts that the FileDescriptorSet are equal for JSON and compare.
DiffFileDescriptorSetsCompare diffs the two FileDescriptorSets using the cmp package.
DiffFileDescriptorSetsJSON diffs the two FileDescriptorSets using JSON.
DiffFileDescriptorSetsWire diffs the two FileDescriptorSets using proto.MarshalWire.
GetProtocFileDescriptorSet gets the validated FileDescriptorSet using protoc and the Well-Known Types on the current PATH.
GetProtocVersion runs protoc --version with RunProtoc and returns the output sans the "libprotoc" prefix.
RunProtoc runs protoc.