From be7483afea001220e05f287e3cedac08f0f9e985 Mon Sep 17 00:00:00 2001 From: David Celis Date: Mon, 7 Jul 2014 21:09:37 -0700 Subject: [PATCH] Add cli to Utilities A small package by [codegangsta](https://github.com/codegangsta) to make writing CLI utilities in Go easy. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad5095ef..22b19607 100644 --- a/README.md +++ b/README.md @@ -352,6 +352,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *General utilities and tools to make your life easier.* * [Boom](https://github.com/rakyll/boom) - Boom is a tiny program that sends some load to a web application. +* [cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go * [go-selfupdate](https://github.com/sanbornm/go-selfupdate) - Enable your Go applications to self update * [godbg](https://github.com/sirnewton01/godbg) - Web-based gdb front-end application * [gox](https://github.com/mitchellh/gox) - A dead simple, no frills Go cross compile tool.