mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-07 23:31:10 +08:00
10 lines
136 B
Go
10 lines
136 B
Go
package static
|
|
|
|
import "embed"
|
|
|
|
//go:embed monitor_templates/*
|
|
var MonitorTemplatesFS embed.FS
|
|
|
|
//go:embed build/*
|
|
var BuildFS embed.FS
|