Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Print ¶
func Print(a ...interface{})
Print prints the given text using fmt.Print in a way where colors work on Windows
func Printf ¶
func Printf(format string, a ...interface{})
Printf prints the given text using fmt.Printf in a way where colors work on Windows
func Println ¶
func Println(a ...interface{})
Println prints the given text using fmt.Println in a way where colors work on Windows
Types ¶
This section is empty.
Source Files
¶
- print.go
Click to show internal directories.
Click to hide internal directories.