Resources Embedding

Packages that helps in embedding resources to go binary
This commit is contained in:
fazal 2015-03-22 11:32:13 +05:00
parent 1b8870f5ea
commit 179cabd4a1

View File

@ -51,6 +51,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
- [Web Frameworks](#web-frameworks) - [Web Frameworks](#web-frameworks)
- [Middlewares](#middlewares) - [Middlewares](#middlewares)
- [Windows](#windows) - [Windows](#windows)
- [Resource Embedding](#embed-resources)
- [Tools](#tools) - [Tools](#tools)
- [Code Analysis](#code-analysis) - [Code Analysis](#code-analysis)
@ -732,6 +733,12 @@ Software written in Go.
* [webhook](https://github.com/adnanh/webhook) - Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server * [webhook](https://github.com/adnanh/webhook) - Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server
* [Wide](https://wide.b3log.org) - A Web-based IDE for Teams using Golang. * [Wide](https://wide.b3log.org) - A Web-based IDE for Teams using Golang.
## 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)
### Other Software ### Other Software
* [Circuit](https://github.com/gocircuit/circuit) - Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts comprising cloud applications. * [Circuit](https://github.com/gocircuit/circuit) - Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts comprising cloud applications.