diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 04:17:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 04:17:22 -0600 |
| commit | d96b808f1bfec9f78e11dd2ea40a86e91f714993 (patch) | |
| tree | c74f4e92ff791f8900d2a6900773898a473585f2 /args.go | |
| parent | 29ca3e06a04e85e96071a52ec3745b7c54ddf795 (diff) | |
what is written in golang stone, stays writtenv0.12.16
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 2 |
1 files changed, 1 insertions, 1 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") |
