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