Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Error = func(text string) { Errorf("%s\n", text) }
View Source
var Notice = func(text string) { Noticef("%s\n", text) }
View Source
var Noticef = color.New().PrintfFunc()
View Source
var Success = func(text string) { Successf("%s\n", text) }
View Source
var Warning = func(text string) { Warningf("%s\n", text) }
View Source
var Warningf = color.New(color.FgYellow).PrintfFunc()
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.