diff options
| -rw-r--r-- | notsure.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,11 @@ func (pb *Argv) Verbose() bool { } // maybe this is a good idea, maybe not +func Verbose() bool { + return true +} + +// maybe this is a good idea, maybe not func (pb *Argv) Gui() bool { log.Printf("CUR pb: %v\n", pb) log.Info("CUR ARGV:", pb.Real) |
