Skip to content

Commit 6798820

Browse files
authored
embed category: remove old entries (#5576)
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
1 parent 3bed68f commit 6798820

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,14 +2200,8 @@ _Unofficial libraries for package and dependency management._
22002200
## Resource Embedding
22012201

22022202
- [debme](https://github.com/leaanthony/debme) - Create an `embed.FS` from an existing `embed.FS` subdirectory.
2203-
- [fileb0x](https://github.com/UnnoTed/fileb0x) - Simple tool to embed files in go with focus on "customization" and ease to use.
2204-
- [go-resources](https://github.com/omeid/go-resources) - Unfancy resources embedding with Go.
2205-
- [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.
2206-
- [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.
2207-
- [packr](https://github.com/gobuffalo/packr) - The simple and easy way to embed static files into Go binaries.
2203+
- [embed](https://pkg.go.dev/embed) - Package embed provides access to files embedded in the running Go program.
22082204
- [rebed](https://github.com/soypat/rebed) - Recreate folder structures and files from Go 1.16's `embed.FS` type
2209-
- [statik](https://github.com/rakyll/statik) - Embeds static files into a Go executable.
2210-
- [templify](https://github.com/wlbr/templify) - Embed external template files into Go code to create single file binaries.
22112205
- [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem.
22122206

22132207
**[⬆ back to top](#contents)**

0 commit comments

Comments
 (0)