Resources Embedding

Packages that helps in embedding resources to go binary
checkGoreportcard
fazal 9 years ago
parent 1b8870f5ea
commit 179cabd4a1

@ -51,6 +51,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
- [Web Frameworks](#web-frameworks)
- [Middlewares](#middlewares)
- [Windows](#windows)
- [Resource Embedding](#embed-resources)
- [Tools](#tools)
- [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
* [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
* [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.

Loading…
Cancel
Save