summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-27 20:29:39 +0100
committera73x <[email protected]>2024-08-27 20:29:39 +0100
commite4288632856f79952fc25b17ced4895a51f6aefd (patch)
tree44a00497ea561158a74eba62fba4c29ad91fb9e8 /public
parentd38fc83df3824b840f0b3930e4cb7236bdab84b2 (diff)
chore(embed): refactor embed fs
Diffstat (limited to 'public')
-rw-r--r--public/embed.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/embed.go b/public/embed.go
new file mode 100644
index 0000000..76fc18e
--- /dev/null
+++ b/public/embed.go
@@ -0,0 +1,8 @@
+package public
+
+import "embed"
+
+//go:embed static/*.svg
+//go:embed static/*.woff2
+
+var FS embed.FS