5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 23:54:14 +08:00
wails/v2/pkg/assetserver/testdata/testdata.go
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