mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
10 lines
115 B
Go
10 lines
115 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html
|
|
var IndexHtml embed.FS
|
|
|
|
//go:embed assets/*
|
|
var Assets embed.FS
|