https://github.com/giancarlosisasi/gorainbow
Format your text to print a rainbow color text in the console
https://github.com/giancarlosisasi/gorainbow
colors go golang rainbow
Last synced: 2 months ago
JSON representation
Format your text to print a rainbow color text in the console
- Host: GitHub
- URL: https://github.com/giancarlosisasi/gorainbow
- Owner: giancarlosisasi
- License: mit
- Created: 2021-01-10T00:19:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T01:51:12.000Z (almost 5 years ago)
- Last Synced: 2025-02-11T09:35:17.858Z (8 months ago)
- Topics: colors, go, golang, rainbow
- Language: Go
- Homepage: https://pkg.go.dev/github.com/giancarlosio/gorainbow
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://pkg.go.dev/github.com/giancarlosio/gorainbow)
`gorainbow` lets you use a rainbow version of a string ready to print it to the terminal.

## Install
```bash
go get github.com/giancarlosio/gorainbow
```## Example
```go
import "gorainbow"str := Rainbow("Hello world")
fmt.Println(str)
```