From 7d2a03c4d83fbe1a40620a46b3c383ea0bf315f8 Mon Sep 17 00:00:00 2001 From: Patricio Whittingslow Date: Fri, 19 Feb 2021 13:17:45 -0300 Subject: [PATCH] Add rebed (#3494) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48cf6ff9..cef5f40d 100644 --- a/README.md +++ b/README.md @@ -1547,6 +1547,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. * [mule](https://github.com/wlbr/mule) - Embed external resources like images, movies ... into Go source code to create single file binaries using `go generate`. Focussed on simplicity. * [packr](https://github.com/gobuffalo/packr) - The simple and easy way to embed static files into Go binaries. +* [rebed](https://github.com/soypat/rebed) - Recreate folder structures and files from Go 1.16's `embed.FS` type * [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.