Documentation ¶
Index ¶
- Variables
- func FileLine(depth int) string
- func P(format string, a ...interface{})
- func PB(w io.Writer, format string, a ...interface{})
- func PP(format string, a ...interface{})
- func PPP(format string, a ...interface{})
- func Printf(format string, a ...interface{}) (n int, err error)
- func TSPrintf(format string, a ...interface{})
- func VV(format string, a ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var OurStdout io.Writer = os.Stdout
so we can multi write easily, use our own printf
View Source
var Verbose bool = false
for tons of debug output
View Source
var VerboseVerbose bool = false
Functions ¶
func PPP ¶
func PPP(format string, a ...interface{})
without the file/line, otherwise the same as PP
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.