From 679882015c406d565ca33779372a699f61fd2ea6 Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Wed, 22 Jan 2025 19:13:58 +0530 Subject: [PATCH] embed category: remove old entries (#5576) Signed-off-by: phanirithvij --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 367794aadde..62d85e346eb 100644 --- a/README.md +++ b/README.md @@ -2200,14 +2200,8 @@ _Unofficial libraries for package and dependency management._ ## Resource Embedding - [debme](https://github.com/leaanthony/debme) - Create an `embed.FS` from an existing `embed.FS` subdirectory. -- [fileb0x](https://github.com/UnnoTed/fileb0x) - Simple tool to embed files in go with focus on "customization" and ease to use. -- [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. -- [mule](https://github.com/wlbr/mule) - Embed external resources like images, movies ... into Go source code to create single file binaries using `go generate`. Focused on simplicity. -- [packr](https://github.com/gobuffalo/packr) - The simple and easy way to embed static files into Go binaries. +- [embed](https://pkg.go.dev/embed) - Package embed provides access to files embedded in the running Go program. - [rebed](https://github.com/soypat/rebed) - Recreate folder structures and files from Go 1.16's `embed.FS` type -- [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. - [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem. **[⬆ back to top](#contents)**