diff options
| author | Jeff Carr <[email protected]> | 2024-01-01 18:58:38 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-01 18:58:38 -0600 |
| commit | 969519f55273757d2b4143da389a4a33ea15f104 (patch) | |
| tree | 5c18bac61ffea14765d024cb8c94ae8c3ca9a8a2 /args.go | |
| parent | 064ffdfab234d351c9f194a6a74a47168f31895f (diff) | |
make a flat 'spew' version
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 } +*/ |
