Skip to content

apriendeau/go-testcolorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-testcolorize

Colorize your go test output!

gtc-screenging

Installation

go get -u github.com/apriendeau/go-testcolorize/cmd/gtc

Example:

You can pipe go test -v into gtc like so:

$ go test -v ./... | gtc

or you can use the gtc wrapper go test wrapper:

$ gtc test ./...

Easter Eggs

1.gtc will dye your strings grey if you println if you start them with "//"

println("// some comment")

About

Colorize your `go test -v` output!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published