diff options
| author | Jeff Carr <[email protected]> | 2025-02-20 09:38:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-20 09:38:47 -0600 |
| commit | 68eea60f165009568bc75e4595e37c7fbd2ff8c3 (patch) | |
| tree | 1c72b1faf35427e712ed5366f1d8c806e82b0d00 /file.proto | |
| parent | 261d54485cc208a5157eef23c267c5e959fcd054 (diff) | |
autogen pb gui table fixesv0.0.56
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 |
