diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,7 @@ import ( "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/repolist" "go.wit.com/lib/protobuf/forgepb" + "go.wit.com/lib/protobuf/gitpb" ) var me *autoType @@ -20,6 +21,11 @@ type autoType struct { reposgroup *gui.Node current *repolist.RepoRow + // this is the repo we are starting in + // make sure it never changes so go.mod and go.sum are always there + // 'go get' is called from here + startRepo *gitpb.Repo + // guireleaser window mainWindow *gui.Node mainBox *gui.Node |
