diff options
| author | a73x <[email protected]> | 2024-08-27 20:29:39 +0100 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-08-27 20:29:39 +0100 |
| commit | e4288632856f79952fc25b17ced4895a51f6aefd (patch) | |
| tree | 44a00497ea561158a74eba62fba4c29ad91fb9e8 /public/embed.go | |
| parent | d38fc83df3824b840f0b3930e4cb7236bdab84b2 (diff) | |
chore(embed): refactor embed fs
Diffstat (limited to 'public/embed.go')
| -rw-r--r-- | public/embed.go | 8 |
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 |
