From 179cabd4a19082db75cf0551d758e932b3c8aa3c Mon Sep 17 00:00:00 2001 From: fazal Date: Sun, 22 Mar 2015 11:32:13 +0500 Subject: [PATCH 1/5] 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 ea8665b..140452a 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. From 81cd72d037db7c9d2d9b54271fbcc03adf977da7 Mon Sep 17 00:00:00 2001 From: fazal Date: Sun, 22 Mar 2015 11:34:50 +0500 Subject: [PATCH 2/5] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 140452a..102b6fd 100644 --- a/README.md +++ b/README.md @@ -51,7 +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) + - [Resource Embedding](#resource-embedding) - [Tools](#tools) - [Code Analysis](#code-analysis) From 9318c7e1d0f717b96d5f8cb8b6754a6ad8352d23 Mon Sep 17 00:00:00 2001 From: fazal Date: Sun, 22 Mar 2015 11:37:34 +0500 Subject: [PATCH 3/5] Add description to resource embedding packages --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 102b6fd..a26c8d8 100644 --- a/README.md +++ b/README.md @@ -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 From 8b704013880b4b7773cc192f0461e5c7c5b5788e Mon Sep 17 00:00:00 2001 From: fazal Date: Sun, 22 Mar 2015 13:49:35 +0500 Subject: [PATCH 4/5] Alphabetical --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a26c8d8..bc4636e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno - [OpenGL](#opengl) - [ORM](#orm) - [Package Management](#package-management) + - [Resource Embedding](#resource-embedding) - [Science and Data Analysis](#science-and-data-analysis) - [Serialization](#serialization) - [Template Engines](#template-engines) @@ -51,7 +52,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno - [Web Frameworks](#web-frameworks) - [Middlewares](#middlewares) - [Windows](#windows) - - [Resource Embedding](#resource-embedding) - [Tools](#tools) - [Code Analysis](#code-analysis) From 0942fe16f83d8a408b09575d6c7cdff29fde83c2 Mon Sep 17 00:00:00 2001 From: fazal Date: Mon, 23 Mar 2015 13:08:42 +0500 Subject: [PATCH 5/5] Re-arranged packages alphabetically --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bc4636e..3ab3a81 100644 --- a/README.md +++ b/README.md @@ -450,6 +450,13 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [VenGO](https://github.com/DamnWidget/VenGO) - create and manage exportable isolated go virtual environments +## Resource Embedding + +* [go-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. +* [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. + + ## Science and Data Analysis *Libraries for scientific computing and data analyzing.* @@ -733,11 +740,6 @@ 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) - 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