Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewColorConsole ¶
func NewColorConsole() *colorConsole
func NewIdeaConsole ¶
func NewIdeaConsole() *ideaConsole
Types ¶
type Console ¶
type Console interface {
Success(format string, a ...interface{})
Info(format string, a ...interface{})
Debug(format string, a ...interface{})
Warning(format string, a ...interface{})
Error(format string, a ...interface{})
Fatalln(format string, a ...interface{})
MarkDone()
Must(err error)
}
func NewConsole ¶
Click to show internal directories.
Click to hide internal directories.