diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 13:30:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 13:30:17 -0600 |
| commit | 161f3934ceab7943445389daf199ad3901c091e8 (patch) | |
| tree | ffa77b7304ed745589506f6cb1d4d6baf0f331c4 /debugger.go | |
| parent | bc01313a04ddb0cfe5eae72a0e04995765a53c84 (diff) | |
update to also embed toolkit plugins in the binaryv0.21.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debugger.go')
| -rw-r--r-- | debugger.go | 6 |
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() { |
