From ab80353c1d90eb8b571cbc176daa80f6bed5d7ef Mon Sep 17 00:00:00 2001 From: Dmitri Logvinenko Date: Sat, 26 Mar 2016 23:55:25 +0200 Subject: [PATCH 1/2] Add afero to miscellaneous category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e392f1a3..53770cdc 100644 --- a/README.md +++ b/README.md @@ -552,6 +552,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *These libraries were placed here because none of the other categories seemed to fit* * [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields. +* [afero](https://github.com/spf13/afero) - A FileSystem Abstraction System for Go. * [browscap_go](https://github.com/digitalcrab/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. * [go-chat-bot](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go. From e24c32d85adba25ed219cea5683f73fdb146d50b Mon Sep 17 00:00:00 2001 From: Dmitri Logvinenko Date: Sun, 27 Mar 2016 14:54:21 +0300 Subject: [PATCH 2/2] Fix ordering (build fix) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53770cdc..6a61bb30 100644 --- a/README.md +++ b/README.md @@ -551,8 +551,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *These libraries were placed here because none of the other categories seemed to fit* -* [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields. * [afero](https://github.com/spf13/afero) - A FileSystem Abstraction System for Go. +* [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields. * [browscap_go](https://github.com/digitalcrab/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. * [go-chat-bot](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go.