7 lines
82 B
Go
7 lines
82 B
Go
package admin
|
|
|
|
import "embed"
|
|
|
|
//go:embed static/index.html
|
|
var StaticFS embed.FS
|