|
|
||
|---|---|---|
| example | ||
| small | ||
| .gitignore | ||
| GuiGenerate | ||
| LICENSE | ||
| Makefile | ||
| README | ||
| argv.go | ||
| control | ||
| doIdentify.go | ||
| file.proto | ||
| generate.go | ||
| generateAppend.go | ||
| generateDelete.go | ||
| generateFind.go | ||
| generateGui.go | ||
| generateHeader.go | ||
| generateInsert.go | ||
| generateMarshal.go | ||
| generateMutex.go | ||
| generateSort.go | ||
| human.go | ||
| main.go | ||
| protoParse.go | ||
| protoReformat.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