Documentation
¶
Index ¶
- Variables
- func Color(v string) string
- func ColorPrefix(v string) string
- func Fprint(w io.Writer, a string) (n int, err error)
- func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err error)
- func Fprintln(w io.Writer, a string) (n int, err error)
- func Print(a string) (n int, err error)
- func Printf(format string, a ...interface{}) (n int, err error)
- func Println(a string) (n int, err error)
- type Colorize
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultColors map[string]string
)
Functions ¶
func ColorPrefix ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.