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
- Host: GitHub
- URL: https://github.com/ferhatgec/gocolorized
- Owner: ferhatgec
- License: mit
- Created: 2020-06-20T14:24:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T22:15:34.000Z (about 5 years ago)
- Last Synced: 2024-12-31T02:14:06.217Z (9 months ago)
- Topics: fegeya, gocolorized, golang, library, wrapper
- Language: Go
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoColorized
## GoColorized is implementation of the Colorized library with Golang.


#### * 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.