Files
helix-proxy/internal/www/embed.go
T
s1d3sw1ped 1cc94f2c99
Format / gofmt (push) Failing after 27s
CI / Build (push) Successful in 51s
CI / Go Tests (push) Failing after 21s
initial commit
2026-06-06 07:54:44 -05:00

10 lines
227 B
Go

package www
import "embed"
// Default pages for unmatched hosts and shared error responses.
// Override by placing the same filename under WWW_DIR (default: data/www/).
//
//go:embed index.html 404.html
var defaults embed.FS