From 9fb5335ae6263cf80695dc926102b3b7228558b8 Mon Sep 17 00:00:00 2001 From: Yassine Benaid Date: Mon, 16 Dec 2024 16:14:47 +0100 Subject: [PATCH] remove: https://github.com/mjibson/esc (#5525) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 84cecd3b712..4479a6e4332 100644 --- a/README.md +++ b/README.md @@ -2202,7 +2202,6 @@ _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. -- [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-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.