summaryrefslogtreecommitdiff
path: root/debugger.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 13:03:42 -0600
committerJeff Carr <[email protected]>2024-11-07 13:03:42 -0600
commit1b7db666f166ce375a377858404d9108a81e0e76 (patch)
treea63a5821c452e3ff2ef928a4084e5c427045b6a4 /debugger.go
parentd6f9401f6153abeb5b5ab1df61355569fc9d5a71 (diff)
update argv code
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() {