diff options
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 |
