Awesome Go

colorgo

CategoryGo Tools
SubcategoryPlugin for text editors and IDEs.
Stars113

Wrapper around `go` command for colorized `go build` output.

About colorgo

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

Frequently Asked Questions

What is colorgo?

colorgo is a Go Tools library for the Go programming language. Wrapper around `go` command for colorized `go build` output.

How do I install colorgo?

Install colorgo with the Go module system using `go get songgao/colorgo`. Check the repository for the current installation instructions.

What category does colorgo belong to?

colorgo is listed under Go Tools, specifically Plugin for text editors and IDEs..

← Back to Plugin for text editors and IDEs.