summaryrefslogtreecommitdiff
path: root/forgeDir.go
diff options
context:
space:
mode:
Diffstat (limited to 'forgeDir.go')
-rw-r--r--forgeDir.go2
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!