diff options
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 } +*/ |
