From 1e19c1dd3bdec1050f599ca8841c6e1da4bb9414 Mon Sep 17 00:00:00 2001 From: "Patrick D." Date: Tue, 12 May 2015 21:40:39 +0200 Subject: [PATCH] changed naming of same package names visit https://github.com/avelino/awesome-go/pull/392 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66b3b98f..027c8c55 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,8 @@ 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. +* [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.