diff options
| author | Jeff Carr <[email protected]> | 2025-10-06 23:29:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-06 23:29:42 -0500 |
| commit | d8ce54edfbc84d6880f06373b226976a1e702090 (patch) | |
| tree | 78ef3ed626bba75b6655e32aa8aa050d422d80d5 /file.proto | |
| parent | 1cc17983d5867a5254845bed559f8f460d360928 (diff) | |
autogenerated pb.Load() and pb.Save() very nice
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ message File { // `autogenpb:var:w io.Wri string goPath = 13; // the version to use in a func NewMsgName() bool doGui = 14; // if a gui.pb.go file should be created bool doHTTP = 15; // http.pb.go + bool doSave = 16; // generate autosave functions (in marshal.go ?) } // I know, I know, the whole point of using protobuf // is so you don't need a uuid or versions because it's |
