diff options
| author | Jeff Carr <[email protected]> | 2025-07-09 18:20:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-09 23:24:06 -0500 |
| commit | 3d3a07c194e8314accc150b6aea9f70faaae47be (patch) | |
| tree | aebe99dc2442e40d7280e2de249052d47691df1d /forgeDir.go | |
| parent | 8a788bef6d201b50dd066a62167a23378e4162a7 (diff) | |
forged pull & list
Diffstat (limited to 'forgeDir.go')
| -rw-r--r-- | forgeDir.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forgeDir.go b/forgeDir.go index c11554b..7d5a2a5 100644 --- a/forgeDir.go +++ b/forgeDir.go @@ -65,7 +65,7 @@ func scanForgedDir(srcDir string) ([]string, error) { // todo: check if dir is empty here and delete dir? return nil }) - // + // probably always leave this here forever // this check, along with CheckDirty() makes sure you can safely delete ~/go/src or the go.work directory // because everything is either checked in or deleted. An important thing to know! |
