diff options
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ message File { map<string, string> iterMap = 11; repeated Sort toSort = 12; // variables that are repeated can have the standard functions generated (Sort(), etc) string goPath = 13; // the version to use in a func NewMsgName() + bool doGui = 14; // if a gui.pb.go file should be created } // I know, I know, the whole point of using protobuf |
