We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package main import ( "fmt" "github.com/xclpkg/clcolor" ) func main() { fmt.Println(clcolor.Black("Black()")) fmt.Println(clcolor.Red("Red()")) fmt.Println(clcolor.Green("Green()")) fmt.Println(clcolor.Yellow("Yellow()")) fmt.Println(clcolor.Blue("Blue()")) fmt.Println(clcolor.Magenta("Magenta()")) fmt.Println(clcolor.Cyan("Cyan()")) fmt.Println(clcolor.White("White()")) }
There was an error while loading. Please reload this page.
[[TOC]]