summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-26 14:21:05 -0600
committerJeff Carr <[email protected]>2024-01-26 14:21:05 -0600
commit3388a2dc2c0560278a01e14abe53dc30bfecaee3 (patch)
treeb9655c42d954aa47dc2ec9661ccbae509cadf666 /structs.go
parent0e979faf5b6ef2d8b37fd63835824bf5405cbc08 (diff)
disable already downloaded repos
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 55493cf..3c6acf3 100644
--- a/structs.go
+++ b/structs.go
@@ -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