diff options
| author | Jeff Carr <[email protected]> | 2024-01-25 11:35:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-25 11:35:40 -0600 |
| commit | c05eacf45aa7554fa72fc0b319949ab50eab9e0d (patch) | |
| tree | 19dc36acc02032f81561656b2f56de3c36f73052 /structs.go | |
| parent | ff978958b0f1635566f9229422ed372ba46414de (diff) | |
delete everything button
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ type autoType struct { autoWorkingPwd *gadgets.OneLiner downloadEverythingButton *gui.Node + + // delete ~/go/src & ~/go/pkg buttons + deleteGoSrcPkgB *gui.Node } /* |
