An open API service indexing awesome lists of open source software.

https://github.com/ferhatgec/gocolorized

GoColorized is wrapper of the Colorized Library with Golang
https://github.com/ferhatgec/gocolorized

fegeya gocolorized golang library wrapper

Last synced: 8 months ago
JSON representation

GoColorized is wrapper of the Colorized Library with Golang

Awesome Lists containing this project

README

          

# GoColorized
## GoColorized is implementation of the Colorized library with Golang.

![Colorized for C++](https://github.com/FerhatGec/colorized)

![Colorized for Python](https://github.com/FerhatGec/pycolorized)

![Colorized for FlaScript*](https://github.com/FerhatGec/flascript)

#### * Colorized is integrated on FlaScript Core.

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

#### GoColorized licensed with MIT License.