From 161f3934ceab7943445389daf199ad3901c091e8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 13:30:17 -0600 Subject: update to also embed toolkit plugins in the binary Signed-off-by: Jeff Carr --- debugger.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'debugger.go') 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() { -- cgit v1.2.3