diff options
| author | Jeff Carr <[email protected]> | 2025-08-28 18:56:27 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-28 19:30:59 -0500 |
| commit | 22f823bebe66ea758cf9bb4b72087b167a14d288 (patch) | |
| tree | 8fd156cadaf49115b806bfb1144a3b6a534300e3 /structs.go | |
| parent | 250fa7de4a714c0457a4eda6d0c4c4b88b6c0821 (diff) | |
move common patches code to forgepb
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ var me *mainType // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + forge *forgepb.Forge // for holding the forge protobuf files // myGui *gui.Node // the gui toolkit handle - all *forgepb.Patchsets } |
