5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 07:10:40 +08:00
wails/v2/examples/customlayout/myfrontend/assets.go
Lea Anthony 18b2d315dd
Modularize wails (#2009)
Co-authored-by: stffabi <stffabi@users.noreply.github.com>
2022-11-03 21:21:40 +11:00

7 lines
76 B
Go

package myfrontend
import "embed"
//go:embed all:dist
var Assets embed.FS