initial
This commit is contained in:
8
static/static.go
Normal file
8
static/static.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package static
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed css js vendor
|
||||
var Static embed.FS
|
||||
Reference in New Issue
Block a user