diff options
| author | Jeff Carr <[email protected]> | 2025-01-31 08:49:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-31 13:47:45 -0600 |
| commit | 7c4feea366eb32e284a2b5dd6167dcc7b4df1128 (patch) | |
| tree | 13badcfd6ff59ff8c603b6a1356785b511b2bc74 /structs.go | |
| parent | 8329c71b08617bbe0f0a908fff036cf16a5aeff9 (diff) | |
save files in ~/.config/forge by defaultv0.22.67
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -51,10 +51,7 @@ type mainType struct { // if checked, it will check all your repos for changes autoScanReposCB *gui.Node - // what is being used as your home dir - userHomePwd *gadgets.OneLiner - - // what is being used as ~/go/src + // what is being used as primary directory for your work goSrcPwd *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL |
