Documentation ¶ Index ¶ Variables func Debug(a ...interface{}) func IsUnsafeMode() bool func PrintDefered() func SafeEscape(value string) string func SafeEscapeSlice(values []string) string Constants ¶ This section is empty. Variables ¶ View Source var ( // Enabled flag Enabled = false // Defered flag to only print debugging on end of program execution Defered = 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 PrintDefered ¶ func PrintDefered() PrintDefered 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.