Documentation ¶
Index ¶
- Variables
- func Color(a ...color.Attribute) *xColorFmt
- func Fprint(w io.Writer, a ...any) (n int, err error)
- func Fprintf(w io.Writer, format string, a ...any) (n int, err error)
- func Fprintln(w io.Writer, a ...any) (n int, err error)
- func Print(a ...any) (n int, err error)
- func Printf(format string, a ...any) (n int, err error)
- func Println(a ...any) (n int, err error)
- func Sprint(a ...any) string
- func Sprintf(format string, a ...any) string
- func Sprintln(a ...any) string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Green xColorFmt Red xColorFmt Cyan xColorFmt Magenta xColorFmt Black xColorFmt Blue xColorFmt White xColorFmt Yellow xColorFmt HiBlack xColorFmt HiBlue xColorFmt HiCyan xColorFmt HiGreen xColorFmt HiMagenta xColorFmt HiRed xColorFmt HiWhite xColorFmt HiYellow xColorFmt BgGreen xColorFmt BgRed xColorFmt BgCyan xColorFmt BgMagenta xColorFmt BgBlack xColorFmt BgBlue xColorFmt BgWhite xColorFmt BgYellow xColorFmt BgHiBlack xColorFmt BgHiBlue xColorFmt BgHiCyan xColorFmt BgHiGreen xColorFmt BgHiMagenta xColorFmt BgHiRed xColorFmt BgHiWhite xColorFmt BgHiYellow xColorFmt )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.