Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Debug bool
Debug is a global flag for debugging.
View Source
var ErrNotImplemented = fmt.Errorf("Error: not implemented yet.")
ErrNotImplemented signifies a function has not been implemented yet.
Functions ¶
func DErr ¶
func DErr(format string, a ...interface{})
DErr is a shorthand debug printing function to output to Stderr. Will only print if Debug is true.
func DOut ¶
func DOut(format string, a ...interface{})
DOut is a shorthand debug printing function to output to Stdout. Will only print if Debug is true.
func PErr ¶
func PErr(format string, a ...interface{})
PErr is a shorthand printing function to output to Stderr.
func POut ¶
func POut(format string, a ...interface{})
POut is a shorthand printing function to output to Stdout.
func TildeExpansion ¶
TildeExpansion expands a filename, which may begin with a tilde.
Types ¶
Click to show internal directories.
Click to hide internal directories.