Registry / cli / heroku-color

heroku-color

JSON →
library0.0.6gogounverified

Package color produces colored output in terms of ANSI Escape Codes, supporting both Posix and Windows platforms.

go get github.com/heroku/color
INSTALL
IMPORT
SIG · HEROKU-COLOR
H
heroku-color
cligov0.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

color
github.com/heroku/color

Print colored text using ANSI escape codes

package main import ( "fmt" "github.com/heroku/color" ) func main() { red := color.New(color.Red) fmt.Println(red.Sprint("Hello, World!")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
heroku-color — go get heroku-color · libregistry