Skip to content

GiancarlosIO/gorainbow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)