1Panel/cmd/server/web/static.go

10 lines
115 B
Go
Raw Normal View History

package web
import "embed"
//go:embed index.html
var IndexHtml embed.FS
//go:embed assets/*
var Assets embed.FS