Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 523 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 523 Bytes

GoColorized

GoColorized is implementation of the Colorized library with Golang.

Colorized for C++

Colorized for Python

Colorized for FlaScript*

* Colorized is integrated on FlaScript Core.

var Other = Color(Template + IntToString(Bold) + Semicolon + IntToString(CodeGreen) + Mark + "%s\033[0m")
fmt.Print(Other("Hello!"))

GoColorized licensed with MIT License.