summaryrefslogtreecommitdiff
path: root/debugger.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 13:18:26 -0600
committerJeff Carr <[email protected]>2024-11-07 13:18:26 -0600
commit3203dfbb0ed5bffa9629e3755a562a40874d57ca (patch)
treefbb7660c18b09b7eddb592a17b75eb8269acae9c /debugger.go
parent3be66547650097174b3e8aaf533cbee187f6bde9 (diff)
add standard argvv0.21.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debugger.go')
-rw-r--r--debugger.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/debugger.go b/debugger.go
index 116d549..f7a6aca 100644
--- a/debugger.go
+++ b/debugger.go
@@ -5,17 +5,11 @@ package main
*/
import (
- "go.wit.com/dev/alexflint/arg"
"go.wit.com/lib/debugger"
"go.wit.com/log"
)
-var args struct {
-}
-
func init() {
- arg.MustParse(&args)
-
if debugger.ArgDebug() {
log.Info("cmd line --debugger == true")
go func() {