mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-15 04:39:15 +02:00
initial commit
This commit is contained in:
8
static/embed.go
Normal file
8
static/embed.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package static
|
||||
|
||||
import "embed"
|
||||
|
||||
var (
|
||||
//go:embed *
|
||||
FS embed.FS
|
||||
)
|
Reference in New Issue
Block a user