mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 16:10:59 +08:00
7 lines
75 B
Go
7 lines
75 B
Go
package embed
|
|
|
|
import "embed"
|
|
|
|
//go:embed frontend/*
|
|
var PublicFS embed.FS
|