Merge pull request #117 from tcnksm/add-cli-init

Add cli-init
checkGoreportcard
Thiago Avelino 10 years ago
commit a3999bcf14

@ -387,6 +387,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*General utilities and tools to make your life easier.*
* [cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go.
* [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command-line application.
* [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go.
* [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs.
* [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go.
@ -548,4 +549,3 @@ Where to discover new Go libraries.
* [A Tour of Go](http://tour.golang.org/) - Interactive tour of Go
* [Go By Example](https://gobyexample.com/) - A hands-on introduction to Go using annotated example programs
* [Working with Go](https://github.com/mkaz/working-with-go) - An intro to go for experienced programmers

Loading…
Cancel
Save