From e0047594c1f8bff0f8358b69f57cd85ed59a896d Mon Sep 17 00:00:00 2001 From: mcz Date: Sat, 31 Mar 2018 15:59:03 +0200 Subject: [PATCH] added https://github.com/gobuffalo/packr (#1848) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b47ea3b..43a3d205 100644 --- a/README.md +++ b/README.md @@ -999,6 +999,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. +* [packr](https://github.com/gobuffalo/packr) - The simple and easy way to embed static files into Go binaries. * [statics](https://github.com/go-playground/statics) - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks. * [statik](https://github.com/rakyll/statik) - Embeds static files into a Go executable. * [templify](https://github.com/wlbr/templify) - Embed external template files into Go code to create single file binaries.