From 59444cffed34e988c89cc4dc6083dc106a3b620d Mon Sep 17 00:00:00 2001 From: Chzyer Date: Wed, 23 Sep 2015 21:04:34 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33b03e61..0b041831 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [codegangsta/cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go. * [kingpin](https://github.com/alecthomas/kingpin) - A command line and flag parser supporting sub commands. * [liner](https://github.com/peterh/liner) - A Go readline-like library for command-line interfaces. +* [readline](https://github.com/chzyer/readline) - A pure golang implementation that provide most of features in GNU-Readline under MIT license. * [mitchellh/cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces. * [ukautz/clif](https://github.com/ukautz/clif) - A small command line interface framework. From 3c2350362f5abea952fe81284268d6a70a9bea91 Mon Sep 17 00:00:00 2001 From: Chzyer Date: Wed, 23 Sep 2015 22:58:49 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b041831..dcb1981f 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [codegangsta/cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go. * [kingpin](https://github.com/alecthomas/kingpin) - A command line and flag parser supporting sub commands. * [liner](https://github.com/peterh/liner) - A Go readline-like library for command-line interfaces. -* [readline](https://github.com/chzyer/readline) - A pure golang implementation that provide most of features in GNU-Readline under MIT license. * [mitchellh/cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces. +* [readline](https://github.com/chzyer/readline) - A pure golang implementation that provide most of features in GNU-Readline under MIT license. * [ukautz/clif](https://github.com/ukautz/clif) - A small command line interface framework.