summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 04:17:22 -0600
committerJeff Carr <[email protected]>2024-01-18 04:17:22 -0600
commitd96b808f1bfec9f78e11dd2ea40a86e91f714993 (patch)
treec74f4e92ff791f8900d2a6900773898a473585f2
parent29ca3e06a04e85e96071a52ec3745b7c54ddf795 (diff)
what is written in golang stone, stays writtenv0.12.16
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--args.go2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/args.go b/args.go
index b944210..c53dc02 100644
--- a/args.go
+++ b/args.go
@@ -28,7 +28,7 @@ func ArgToolkit() string {
func init() {
arg.Register(&argGui)
- full := "go.wit.com/gui/gui"
+ full := "go.wit.com/gui"
short := "gui"
NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff")
diff --git a/go.mod b/go.mod
index 4c8acd4..b9189cb 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module go.wit.com/gui/gui
+module go.wit.com/gui
go 1.21.4