Merge pull request #879 from VorT3x/master

Add afero to miscellaneous category
This commit is contained in:
kirillDanshin 2016-04-04 16:37:04 +03:00
commit 91d2d16d70

View File

@ -556,6 +556,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*
* [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.
* [banner](https://github.com/dimiro1/banner) - Add beautiful banners into your Go applications.
* [browscap_go](https://github.com/digitalcrab/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/).