diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 } /* |
