mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 23:21:00 +08:00
6 lines
67 B
Go
6 lines
67 B
Go
package ui
|
|
|
|
import "embed"
|
|
|
|
//go:embed build/web/*
|
|
var Web embed.FS |