mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-15 04:39:15 +02:00
9 lines
70 B
Go
9 lines
70 B
Go
package html
|
|
|
|
import "embed"
|
|
|
|
var (
|
|
//go:embed *.html
|
|
FS embed.FS
|
|
)
|