mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:51:26 +08:00
7 lines
76 B
Go
7 lines
76 B
Go
package myfrontend
|
|
|
|
import "embed"
|
|
|
|
//go:embed all:dist
|
|
var Assets embed.FS
|