mirror of
https://github.com/taigrr/wails.git
synced 2026-04-10 00:51:30 -07: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
|