Skip to content

Instantly share code, notes, and snippets.

@logrusorgru
Created September 21, 2014 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save logrusorgru/60710e8faf8a50631fc3 to your computer and use it in GitHub Desktop.
Save logrusorgru/60710e8faf8a50631fc3 to your computer and use it in GitHub Desktop.
Colorized Golang output

Colorized Golang output

Get package from here

// import "golorize"

fmt.Println( golorize.Red("[FAIL] Some Errors Occurred") )

fmt.Println( golorize.Green("[OK] Success") )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment