aboutsummaryrefslogtreecommitdiff
path: root/static/fs.go
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-12 02:52:22 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-12 02:53:52 +0300
commitd05ea66f4bbcf0cc5c8908f3435c68de1b070fa1 (patch)
tree7c7a769206646f2b81a0eda0680f0be5033a4197 /static/fs.go
Начальная версияv0.0.1
Diffstat (limited to 'static/fs.go')
-rw-r--r--static/fs.go6
1 files changed, 6 insertions, 0 deletions
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