summaryrefslogtreecommitdiff
path: root/template.go
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2024-05-22 22:54:50 +0200
committerJulian T <julian@jtle.dk>2024-05-22 22:54:50 +0200
commitdd11cf4ab199e5d53d03dc95b24007a12727ad70 (patch)
tree710f94ac775ac8e3d279f40638034b847516f0e3 /template.go
parent829cbaf2d0fe95abc9c65b1e34e209fc32952805 (diff)
Start goprojekt istedet
Diffstat (limited to 'template.go')
-rw-r--r--template.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/template.go b/template.go
new file mode 100644
index 0000000..ebcb8e3
--- /dev/null
+++ b/template.go
@@ -0,0 +1,6 @@
+package main
+
+import "embed"
+
+//go:embed templates/*
+var templates embed.FS