Skip to content

livebud/color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color

Go Reference

Minimal color package

color

Features

  • Simple API
  • Supports NO_COLOR

Install

go get github.com/livebud/color

Example

fmt.Fprintln(os.Stdout,
  color.Red("h"),
  color.Blue("e"),
  color.Yellow("l"),
  color.Green("l"),
  color.Pink("o"),
)

Contributors

License

MIT