From 0be551a5b7d76fee7c7720ad49e538422e1b7e7b Mon Sep 17 00:00:00 2001 From: Song Gao Date: Sun, 2 Aug 2015 12:39:36 -0500 Subject: [PATCH] Add `colorgo`, a `go build` colorizer; also add a new section `Go Tools` --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b9f6ad41..088dea1b 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Tools](#tools) - [Code Analysis](#code-analysis) - [Editor Plugins](#editor-plugins) + - [Go Tools](#go-tools) - [Software Packages](#software-packages) - [DevOps Tools](#devops-tools) - [Other Software](#other-software) @@ -867,6 +868,9 @@ Go software and plugins. * [vim-go](https://github.com/fatih/vim-go) - Go development plugin for Vim. * [Watch](https://github.com/eaburns/Watch) - Runs a command in an acme win on file changes. +## Go Tools + +* [colorgo](https://github.com/songgao/colorgo) - A wrapper around `go` command for colorized `go build` output. ## Software Packages