From 34ccc98a942098faefb5f4211b215ff9ccc7ad0e Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Mon, 9 Dec 2024 01:07:15 +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..b770631 --- /dev/null +++ b/static/fs.go @@ -0,0 +1,6 @@ +package static + +import "embed" + +//go:embed assets/* index.html +var FS embed.FS -- cgit v1.2.3