I'm trying to see if this will allow me to compile on older versions of GO. This is temporary and probably wrong on so many levels I don't understand. please accept my appologies in advance for doing this I couldn't think of any other ideas to work around this problem for now. If you know of a way, please let me know. |
||
---|---|---|
example | ||
small | ||
.gitignore | ||
GuiGenerate | ||
LICENSE | ||
Makefile | ||
README | ||
argv.go | ||
control | ||
doIdentify.go | ||
file.proto | ||
file.proto.new | ||
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