summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go10
1 files changed, 7 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 0c0fba4..192ec4d 100644
--- a/structs.go
+++ b/structs.go
@@ -58,16 +58,20 @@ type autoType struct {
// The current working directory
autoWorkingPwd *gadgets.OneLiner
- // what is being used as your home dir
+ // shows what is being used as your home dir
userHomePwd *gadgets.OneLiner
- // what is being used as ~/go/src
+ // shows what directory being used as ~/go/src
goSrcPwd *gadgets.OneLiner
+ // button to download everything
downloadEverythingButton *gui.Node
- // delete ~/go/src & ~/go/pkg buttons
+ // button to delete everythign ~/go/src & ~/go/pkg
deleteGoSrcPkgB *gui.Node
+
+ // button to set all repo branches to master
+ setBranchesToMasterB *gui.Node
}
/*