mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 23:54:14 +08:00
7 lines
97 B
Go
7 lines
97 B
Go
package testdata
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html main.css main.js
|
|
var TopLevelFS embed.FS
|