diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 21:50:31 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 21:50:31 +0200 |
| commit | 7139d25654ffcb63fff585e83430101f969f8247 (patch) | |
| tree | 6e4d339d327851009b691d6f053d3c6866b51ff2 /web/static.go | |
| parent | f7c85b160d17f8cf7de01c4b505501a3821aedbf (diff) | |
refactor(web): extract embedded stylesheet
Diffstat (limited to 'web/static.go')
| -rw-r--r-- | web/static.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/static.go b/web/static.go new file mode 100644 index 0000000..33c6bcf --- /dev/null +++ b/web/static.go @@ -0,0 +1,6 @@ +package web + +import "embed" + +//go:embed static +var staticFiles embed.FS |