Documentation
¶
Index ¶
Constants ¶
View Source
const ( Black = uint8(iota + 30) Red Green Yellow Blue Magenta Cyan White )
Variables ¶
View Source
var ( Debug = CustomerColor{Cyan} //青色 Warning = CustomerColor{Yellow} //黄色 Error = CustomerColor{Red} //红色 Succ = CustomerColor{Green} )
Functions ¶
This section is empty.
Types ¶
type CustomerColor ¶
type CustomerColor struct {
ColorNo uint8
}
func (CustomerColor) Printf ¶
func (c CustomerColor) Printf(format string, a ...interface{})
func (CustomerColor) Println ¶
func (c CustomerColor) Println(a ...interface{})
Click to show internal directories.
Click to hide internal directories.