mirror of
https://github.com/allinssl/allinssl.git
synced 2025-12-15 09:55:37 +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
|