5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 19:21:21 +08:00
wails/v2/internal/frontend/assetserver/testdata/testdata.go
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