▍ humdrum codex / custard
license AGPL-3.0
223 B raw
1
2
3
4
5
6
7
8
// Package web embeds custard's static assets (CSS, JS, fonts) so the compiled
// binary is self-contained and needs no files on disk at the deploy target.
package web

import "embed"

//go:embed static
var Static embed.FS