Files
2023-01-08 11:25:21 +01:00

7 lines
97 B
Go

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