pupate

No description provided
git clone https://git.woozle.org/neale/pupate.git

pupate / web
Neale Pickett  ·  2024-12-26

main.go

1package web
2
3import "embed"
4
5// FS contains built-in web resources.
6//
7//go:embed *
8var FS embed.FS