summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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