summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-01 18:58:38 -0600
committerJeff Carr <[email protected]>2024-01-01 18:58:38 -0600
commit969519f55273757d2b4143da389a4a33ea15f104 (patch)
tree5c18bac61ffea14765d024cb8c94ae8c3ca9a8a2 /args.go
parent064ffdfab234d351c9f194a6a74a47168f31895f (diff)
make a flat 'spew' version
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
-rw-r--r--args.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/args.go b/args.go
index 4752f53..4a452d3 100644
--- a/args.go
+++ b/args.go
@@ -1,5 +1,9 @@
package log
+/*
+// disable this until it hopefully is adopted by the go lang developers
+// TODO: clean alex's dependancies
+
import (
arg "github.com/alexflint/go-arg"
)
@@ -26,3 +30,4 @@ func init() {
func ArgDebug() bool {
return argLog.LogDebug
}
+*/