first commit
This commit is contained in:
6
web/statics/static.go
Normal file
6
web/statics/static.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package static
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed *
|
||||
var StaticFS embed.FS
|
||||
Reference in New Issue
Block a user