Files
2021-08-01 22:14:56 +10:00

7 lines
97 B
Go

package testdata
import "embed"
//go:embed index.html main.css main.js
var TopLevelFS embed.FS