Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - daviddengcn/go-colortext: Change the color of console text.

Change the color of console text. Contribute to daviddengcn/go-colortext development by creating an account on GitHub.

Visit SiteGitHub - daviddengcn/go-colortext: Change the color of console text.

GitHub - daviddengcn/go-colortext: Change the color of console text.

Change the color of console text. Contribute to daviddengcn/go-colortext development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

go-colortext package GoSearch

This is a package to change the color of the text and background in the console, working both under Windows and other systems.

Under Windows, the console APIs are used. Otherwise, ANSI texts are output.

Docs: http://godoc.org/github.com/daviddengcn/go-colortext (packages that import ct)

Usage:

ct.Foreground(Green, false)
fmt.Println("Green text starts here...")
ct.ChangeColor(Red, true, White, false)
fmt.Println(...)
ct.ResetColor()

LICENSE

BSD/MIT license

GoLang Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.