From 6ef4514dbf758b605e9d789155baedff92b1049c Mon Sep 17 00:00:00 2001 From: pyros2097 Date: Mon, 21 Dec 2015 23:51:47 +0530 Subject: [PATCH 1/2] Add go-embed in resource embedding section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7301b687..66e11776 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Go Tools](#go-tools) - [Software Packages](#software-packages) - [DevOps Tools](#devops-tools) - - [Other Software](#other-software) + - [Other Software](#other-software)re - [Server Applications](#server-applications) @@ -641,12 +641,12 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis ## Resource Embedding * [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-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. * [statics](https://github.com/go-playground/statics) - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks. * [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem. - ## Science and Data Analysis *Libraries for scientific computing and data analyzing.* From e23e3656f2f7be8febfdfbb1289a38f714756f8e Mon Sep 17 00:00:00 2001 From: pyros2097 Date: Mon, 21 Dec 2015 23:59:58 +0530 Subject: [PATCH 2/2] fix typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e11776..730398ac 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Go Tools](#go-tools) - [Software Packages](#software-packages) - [DevOps Tools](#devops-tools) - - [Other Software](#other-software)re + - [Other Software](#other-software) - [Server Applications](#server-applications) @@ -647,6 +647,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [statics](https://github.com/go-playground/statics) - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks. * [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem. + ## Science and Data Analysis *Libraries for scientific computing and data analyzing.*