Merge pull request #783 from UnnoTed/master

added fileb0x to Resource Embedding
This commit is contained in:
Dobrosław Żybort 2016-01-29 08:10:06 +01:00
commit fc627e4859

View File

@ -661,6 +661,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
## Resource Embedding ## Resource Embedding
* [fileb0x](https://github.com/UnnoTed/fileb0x) - Simple tool to embed files in go with focus on "customization" and ease to use.
* [go-bindata](https://github.com/jteeuwen/go-bindata) - Package that converts any file into managable Go source code. * [go-bindata](https://github.com/jteeuwen/go-bindata) - Package that converts any file into managable Go source code.
* [go-embed](https://github.com/pyros2097/go-embed) - Generates go code to embed resource files into your library or executable * [go-embed](https://github.com/pyros2097/go-embed) - Generates go code to embed resource files into your library or executable
* [go-resources](https://github.com/omeid/go-resources) - Unfancy resources embedding with Go. * [go-resources](https://github.com/omeid/go-resources) - Unfancy resources embedding with Go.