Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 418 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 418 Bytes

Go Reference

gorainbow lets you use a rainbow version of a string ready to print it to the terminal.

plot

Install

go get github.com/giancarlosio/gorainbow

Example

  import "gorainbow"

  str := Rainbow("Hello world")

  fmt.Println(str)