# 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