From d05ea66f4bbcf0cc5c8908f3435c68de1b070fa1 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sat, 12 Oct 2024 02:52:22 +0300 Subject: Начальная версия MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/fs.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/fs.go (limited to 'static/fs.go') diff --git a/static/fs.go b/static/fs.go new file mode 100644 index 0000000..ce62ea1 --- /dev/null +++ b/static/fs.go @@ -0,0 +1,6 @@ +package static + +import "embed" + +//go:embed * +var FS embed.FS -- cgit v1.2.3