mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
9 lines
77 B
Go
9 lines
77 B
Go
package www
|
|
|
|
import "embed"
|
|
|
|
var (
|
|
//go:embed web/dist/*
|
|
Static embed.FS
|
|
)
|