Documentation ¶ Index ¶ Variables func Debug(a ...interface{}) func IsUnsafeMode() bool func PrintDeferred() func SafeEscape(value string) string func SafeEscapeSlice(values []string) string Constants ¶ This section is empty. Variables ¶ View Source var ( // Enabled flag Enabled = false // Deferred flag to only print debugging on end of program execution Deferred = false // ErrStream is the stream for errors ErrStream io.Writer = os.Stderr ) Functions ¶ func Debug ¶ func Debug(a ...interface{}) Debug prints verbose messages to stderr on verbose mode func IsUnsafeMode ¶ func IsUnsafeMode() bool IsUnsafeMode checks if the unsafe verbose mode is on func PrintDeferred ¶ added in v1.0.8 func PrintDeferred() PrintDeferred debug messages func SafeEscape ¶ func SafeEscape(value string) string SafeEscape string func SafeEscapeSlice ¶ func SafeEscapeSlice(values []string) string SafeEscapeSlice of strings Types ¶ This section is empty. Source Files ¶ View all Source files verbose.go Click to show internal directories. Click to hide internal directories.