diff options
| -rw-r--r-- | args.go | 2 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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") @@ -1,4 +1,4 @@ -module go.wit.com/gui/gui +module go.wit.com/gui go 1.21.4 |
