diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 22:21:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 22:21:58 -0600 |
| commit | f7c9af9537fcd0f0e4c1559868b48966acc0c995 (patch) | |
| tree | 5e6175ae707193158ddb329e98a0617ac8df9b0d /structs.go | |
| parent | 24e942df16754df52ad6a921a56f66eeca00e3b1 (diff) | |
compiles again. doesn't work
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -6,7 +6,6 @@ import ( "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/repolist" "go.wit.com/lib/protobuf/forgepb" - "go.wit.com/lib/protobuf/zoopb" ) var me *autoType @@ -29,10 +28,7 @@ type autoType struct { repos *repoWindow // your customized repo preferences and settings - forge forgepb.Repos - - // use zookeeper to get the list of installed packages - machine zoopb.Machine + forge *forgepb.Forge // #### autotypist Global Build Options // what to change all the branches to |
