Add afero to miscellaneous category

This commit is contained in:
Dmitri Logvinenko 2016-03-26 23:55:25 +02:00
parent 1fdddd3293
commit ab80353c1d

View File

@ -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* *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. * [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/). * [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. * [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. * [go-chat-bot](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go.