Skip to content

michalswi/color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

colorize

go get -u -v github.com/michalswi/color

# example

package main

import "github.com/michalswi/color"

func main() {
	println(color.Format(color.RED, "red"))
	println(color.Format(color.BLUE, "blue"))
	println(color.Format(color.GREEN, "green"))
	println(color.Format(color.YELLOW, "yellow"))
	println(color.Format(color.PURPLE, "purple"))
}

About

golang colors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages