From 179cabd4a19082db75cf0551d758e932b3c8aa3c Mon Sep 17 00:00:00 2001 From: fazal Date: Sun, 22 Mar 2015 11:32:13 +0500 Subject: [PATCH] Resources Embedding Packages that helps in embedding resources to go binary --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ea8665b4..140452a8 100644 --- a/README.md +++ b/README.md @@ -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.