Jeff Carr 10f75f87a6 | ||
---|---|---|
example | ||
small | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README | ||
argv.go | ||
control | ||
file.proto | ||
generate.go | ||
generateAppend.go | ||
generateFind.go | ||
generateHeader.go | ||
generateMarshal.go | ||
generateMutex.go | ||
generateSort.go | ||
human.go | ||
main.go | ||
protoParse.go | ||
protoc.go |
README
# This app will autogenerate Sort() and Marshal() functions for .proto files # It was designed to work on .proto files designed with a .proto standard * This will generate: * Marshal() functions (to protoWIRE, protoTEXT and protoJSON) * SortBy() functions * FindBy() functions * DeleteBy() functions * AppendBy() functions # See the examples/ for a sample fruit.proto file that documents what is needed