summaryrefslogtreecommitdiff
path: root/templates/fs.go
diff options
context:
space:
mode:
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