📚 colorgo - Awesome Go Library for Go Tools

Wrapper around `go` command for colorized `go build` output.
🏷️ Go Tools
📂 Plugin for text editors and IDEs.
⭐ 113 stars
Detailed Description of colorgo
colorgo
colorgo is a wrapper to go command that colorizes output from go build and go test.

Installation
go get -u github.com/songgao/colorgo
Usage
colorgo build
alias
colorgo changes nothing to sub-commands other than go build. So you can optionally define alias in your shell conf so that go build always prints colorized error message:
bash: ~/.bashrc
alias go=colorgo
fish-shell: ~/.config/fish/config.fish
alias go colorgo