diff options
| author | Jeff Carr <[email protected]> | 2024-01-26 14:21:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-26 14:21:05 -0600 |
| commit | 3388a2dc2c0560278a01e14abe53dc30bfecaee3 (patch) | |
| tree | b9655c42d954aa47dc2ec9661ccbae509cadf666 /structs.go | |
| parent | 0e979faf5b6ef2d8b37fd63835824bf5405cbc08 (diff) | |
disable already downloaded repos
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -55,6 +55,12 @@ type autoType struct { // The current working directory autoWorkingPwd *gadgets.OneLiner + // what is being used as your home dir + userHomePwd *gadgets.OneLiner + + // what is being used as ~/go/src + goSrcPwd *gadgets.OneLiner + downloadEverythingButton *gui.Node // delete ~/go/src & ~/go/pkg buttons |
