Documentation ¶
Index ¶
- Constants
- Variables
- func Print(args ...interface{})
- func PrintF(format string, args ...interface{})
- func PrintLn(args ...interface{})
- func PrintLnF(format string, args ...interface{})
- func Problem(args ...interface{})
- func ProblemF(format string, args ...interface{})
- func ProblemLn(args ...interface{})
- func ProblemLnF(format string, args ...interface{})
- func SuccessLn(args ...interface{})
- func SuccessLnF(format string, args ...interface{})
- func Verbose(args ...interface{})
- func VerboseF(format string, args ...interface{})
- func VerboseLn(args ...interface{})
- func VerboseLnF(format string, args ...interface{})
Constants ¶
View Source
const VERBOSITY_NORMAL = 1
View Source
const VERBOSITY_QUIET = 0
View Source
const VERBOSITY_VERBOSE = 2
Variables ¶
View Source
var Verbosity = VERBOSITY_NORMAL
Functions ¶
func ProblemLnF ¶
func ProblemLnF(format string, args ...interface{})
func SuccessLnF ¶
func SuccessLnF(format string, args ...interface{})
func VerboseLnF ¶
func VerboseLnF(format string, args ...interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.