From 626c3b6a82bc49ccfef605e59ab0e981944dc57b Mon Sep 17 00:00:00 2001 From: tcnksm Date: Fri, 11 Jul 2014 09:50:26 +0900 Subject: [PATCH] Add cli-init --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d24d22e..0f3efdb 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,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. @@ -547,4 +548,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 -