Merge pull request #121 from qjcg/patch-1

Added github.com/fatih/color package
This commit is contained in:
Matt Holt 2014-07-11 12:30:20 -06:00
commit 5c890ce903

View File

@ -80,6 +80,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for building CUI Applications*
* [color](https://github.com/fatih/color) Versatile package for colored terminal output.
* [go-colortext](https://github.com/daviddengcn/go-colortext) - Go library for color output in terminals.
* [termbox-go](https://github.com/nsf/termbox-go) - Termbox is a library for creating cross-platform text-based interfaces.