Add cli by mitchellh

This commit is contained in:
Patrick D. 2015-05-11 08:15:59 +02:00
parent 1cbc355552
commit 7d5df0d5d1

View File

@ -113,6 +113,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
*Libraries for building standard or basic Command Line applications*
* [cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go.
* [cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces.
* [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command line application.