mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 15:10:49 +08:00
7 lines
83 B
Go
7 lines
83 B
Go
//go:build !lib
|
|
package ui
|
|
|
|
import "embed"
|
|
|
|
//go:embed build/web/*
|
|
var Web embed.FS |