Add description to resource embedding packages

This commit is contained in:
fazal 2015-03-22 11:37:34 +05:00
parent 81cd72d037
commit 9318c7e1d0

View File

@ -735,9 +735,9 @@ Software written in Go.
## Resource Embedding
* [go.rice](https://github.com/GeertJohan/go.rice)
* [bindata](https://github.com/jteeuwen/go-bindata)
* [go-resources](https://github.com/omeid/go-resources)
* [go.rice](https://github.com/GeertJohan/go.rice) - go.rice is a Go package that makes working with resources such as html,js,css,images and templates very easy.
* [bindata](https://github.com/jteeuwen/go-bindata) - Package that converts any file into managable Go source code.
* [go-resources](https://github.com/omeid/go-resources) - Unfancy resources embedding with Go.
### Other Software