summaryrefslogtreecommitdiff
path: root/globalTestingOptions.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 22:20:08 -0600
committerJeff Carr <[email protected]>2024-01-20 22:20:08 -0600
commit2524852611cd70d4f451957fa54a05278157185a (patch)
treec7ab4e9a1ff51583ef0345fa35ff30fd25cfa2f5 /globalTestingOptions.go
parentb2b5f516110d1e1d241674c0397b40f1fa9ea5db (diff)
go mod clean
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'globalTestingOptions.go')
-rw-r--r--globalTestingOptions.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/globalTestingOptions.go b/globalTestingOptions.go
index 283d296..77fe2b8 100644
--- a/globalTestingOptions.go
+++ b/globalTestingOptions.go
@@ -41,6 +41,7 @@ func globalTestingOptions(box *gui.Node) {
everything = test1.NewButton("go get everything on go.wit.com", func() {
quickCmdDoNotRun = false
quickCmds = [][]string{}
+ quickCmdLastPath = "/home/jcarr/go/src"
var perfect bool = true
repos := myrepolist()
for _, line := range repos {