Popularity
4.4
Declining
Activity
0.0
Stable
113
6
15

Programming language: Go
Tags: Go Tools    

colorgo alternatives and similar packages

Based on the "Go Tools" category.
Alternatively, view colorgo alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of colorgo or a related project?

Add another 'Go Tools' Package

README

colorgo

colorgo is a wrapper to go command that colorizes output from go build and go test. screenshot 1

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

License

BSD 3-Clause License


*Note that all licence references and agreements mentioned in the colorgo README section above are relevant to that project's source code only.