Documentation ¶ Index ¶ Constants func Println(code Attribute, msg string) func Sprint(code Attribute, a ...interface{}) string func Sprintf(code Attribute, format string, a ...interface{}) string type Attribute Constants ¶ View Source const ( CODE_SUCCESS color.Attribute = color.FgGreen CODE_WARNING color.Attribute = color.FgYellow CODE_INFO color.Attribute = color.FgBlue CODE_ERROR color.Attribute = color.FgRed ) Variables ¶ This section is empty. Functions ¶ func Println ¶ func Println(code Attribute, msg string) func Sprint ¶ func Sprint(code Attribute, a ...interface{}) string func Sprintf ¶ func Sprintf(code Attribute, format string, a ...interface{}) string Types ¶ type Attribute ¶ type Attribute interface{} Source Files ¶ View all Source files output.go Click to show internal directories. Click to hide internal directories.