Registry / cli / twin-go-color

twin-go-color

JSON →
library1.4.1gogounverified

go-color provides ANSI color support for terminal output in Go applications.

go get github.com/TwiN/go-color
INSTALL
IMPORT
SIG · TWIN-GO-COLOR
T
twin-go-color
cligov1.4.1
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/TwiN/go-color

Prints red text to the terminal.

package main import ( "fmt" "github.com/TwiN/go-color" ) func main() { fmt.Println(color.Red + "Hello, World!" + color.Reset) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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