Versions in this module Expand all Collapse all v0 v0.0.5 Feb 26, 2022 Changes in this version + var IsVerbose = false + var Outputs = []io.Writer + func PrintArgs(w io.Writer, args ...string) + func PrintReader(r io.Reader) + func TimePrefix() string + func Verbosef(format string, a ...interface{}) (n int, err error) + func Verboseln(a ...interface{}) (n int, err error) + type CmdVerbose struct + Module string + func New(module, envVerbose string) *CmdVerbose + func (pv *CmdVerbose) Info(l string) + func (pv *CmdVerbose) Infof(format string, a ...interface{}) + func (pv *CmdVerbose) Warn(l string) + func (pv *CmdVerbose) Warnf(format string, a ...interface{})