Documentation
¶
Index ¶
- func BlueString(format string, args ...interface{}) string
- func Fail(format string, args ...interface{})
- func Green(format string, args ...interface{})
- func Hint(format string, args ...interface{})
- func Information(format string, args ...interface{})
- func Println(args ...interface{})
- func ResetWriter()
- func SetWriter(w io.Writer)
- func Success(format string, args ...interface{})
- func Yellow(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlueString ¶
BlueString returns a string in blue
func Fail ¶
func Fail(format string, args ...interface{})
Fail prints a message with the error symbol first, and the text in red
func Hint ¶
func Hint(format string, args ...interface{})
Hint prints a message with the text in blue
func Information ¶
func Information(format string, args ...interface{})
Information prints a message with the information symbol first, and the text in blue
func ResetWriter ¶
func ResetWriter()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.