From f9d58cf04aadfecdcf22aeaa3f19619d1b123b77 Mon Sep 17 00:00:00 2001 From: "Patrick D." Date: Tue, 12 May 2015 22:57:24 +0200 Subject: [PATCH] corrected alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027c8c5..2328e19 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries for building standard or basic Command Line applications* +* [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command line application. * [codegangsta/cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go. * [mitchellh/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. ### Advanced Console UIs