diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 12:40:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 12:40:31 -0600 |
| commit | e14770e94c9ec126a3d418d6d2b2f15ef8cf1607 (patch) | |
| tree | 12b223cbe9cb9c6ef98b23d8bf6ae96e2040b3d7 /examples/control-panel-cloudflare/argv.go | |
| parent | 1324717de0a1ccd830ca34aa03e0faa9e6d93a83 (diff) | |
fixed stuff
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'examples/control-panel-cloudflare/argv.go')
| -rw-r--r-- | examples/control-panel-cloudflare/argv.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/control-panel-cloudflare/argv.go b/examples/control-panel-cloudflare/argv.go deleted file mode 100644 index 7bacec2..0000000 --- a/examples/control-panel-cloudflare/argv.go +++ /dev/null @@ -1,17 +0,0 @@ -package main - -/* - this enables command line options from other packages like 'gui' and 'log' -*/ - -import ( - arg "github.com/alexflint/go-arg" - "go.wit.com/gui" - "go.wit.com/log" -) - - -func init() { - arg.MustParse() - log.Bool(true, "INIT() args.ArgDebug =", gui.ArgDebug()) -} |
