aboutsummaryrefslogtreecommitdiff
path: root/testdata/goembed/default.go
AgeCommit message (Collapse)Author
2026-01-24all: fix test on GoEmbedShulhan
Seems like we use "find ... -delete" for a reason that I forgot. It should not be like that, we will fix it later.
2026-01-24all: embed CSS and index HTML template using memfsShulhan
Previously, with direct embed, every time we change the CSS or index template, we need to restart the "ciigo serve" command. Using memfs make us easy to update and see the changes directly, without restarting the server.