summaryrefslogtreecommitdiff
path: root/templates/fs.go
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-06-27 02:20:00 +0300
committerAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-06-27 02:20:00 +0300
commit12ef16cbeef97b58a5e660230eaa84ceb80afdbc (patch)
treea4ca8b8a5ed07b8406467f1919e2d76fd44c7952 /templates/fs.go
first commit
Diffstat (limited to 'templates/fs.go')
-rw-r--r--templates/fs.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/fs.go b/templates/fs.go
new file mode 100644
index 0000000..197a5e1
--- /dev/null
+++ b/templates/fs.go
@@ -0,0 +1,6 @@
+package templates
+
+import "embed"
+
+//go:embed *.gotmpl
+var Templates embed.FS