diff options
| author | a73x <[email protected]> | 2024-11-03 11:01:35 +0000 |
|---|---|---|
| committer | alex emery <[email protected]> | 2024-11-03 11:36:21 +0000 |
| commit | 22bfae8f9637633d5608caad3ce56b64c6819505 (patch) | |
| tree | 2bcbfd4bac966ef1dea70ead5648a131a4301750 /public | |
| parent | bddebada1aeee5eb87ff4e52a0b7bdf9c966f912 (diff) | |
remove embedded fs
Diffstat (limited to 'public')
| -rw-r--r-- | public/embed.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/public/embed.go b/public/embed.go deleted file mode 100644 index d985ff7..0000000 --- a/public/embed.go +++ /dev/null @@ -1,8 +0,0 @@ -package public - -import "embed" - -//go:embed static/*.svg -//go:embed static/*.woff2 -//go:embed static/*.css -var FS embed.FS |
