From 2383fdb75ebbaa18fa8b619ab6ecadab6ef8292a Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 24 Apr 2021 15:08:41 +1000 Subject: [PATCH] Add debme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 715d83fd..c60782dc 100644 --- a/README.md +++ b/README.md @@ -1558,6 +1558,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis ## Resource Embedding +* [debme](https://github.com/leaanthony/debme) - Create an `embed.FS` from an existing `embed.FS` subdirectory. * [esc](https://github.com/mjibson/esc) - Embeds files into Go programs and provides http.FileSystem interfaces to them. * [fileb0x](https://github.com/UnnoTed/fileb0x) - Simple tool to embed files in go with focus on "customization" and ease to use. * [go-embed](https://github.com/pyros2097/go-embed) - Generates go code to embed resource files into your library or executable.