summaryrefslogtreecommitdiff
path: root/globalTestingOptions.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-30 18:50:00 -0600
committerJeff Carr <[email protected]>2024-01-30 18:50:00 -0600
commitb6d81303333e4ae3a98da8838fb364a2ffaa797a (patch)
tree3a2763a731f3b71b0513d78939d2da81572ee58d /globalTestingOptions.go
parent69f56d1ef0341de10c7a80f3c7ea7da9469b7005 (diff)
more cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'globalTestingOptions.go')
-rw-r--r--globalTestingOptions.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/globalTestingOptions.go b/globalTestingOptions.go
index 4804e64..258ff23 100644
--- a/globalTestingOptions.go
+++ b/globalTestingOptions.go
@@ -39,7 +39,6 @@ func attemptAutoRebuild() {
homeDir := me.userHomePwd.String()
fullpath := filepath.Join(homeDir, "go")
- // fullpath := "/home/jcarr/go/"
quickCmd(fullpath, []string{"mkdir", "-p", "src/go.wit.com/apps/"})
fullpath = filepath.Join(homeDir, "go/src/go.wit.com/apps/")