diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 13:51:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 13:51:17 -0600 |
| commit | a0cd9ee4a1b12295a206d31dd314fedaa12425c4 (patch) | |
| tree | fe8efe4d30ae0a3a2d06b91ec9b870ea85e13fd3 /structs.go | |
| parent | 41a61668908536a860dc78de0c9eedbfc179dd63 (diff) | |
kind of work, but still manual process
Signed-off-by: Jeff Carr <[email protected]>
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 } /* |
