perf(web): embed static files and templates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package embed
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed templates
|
||||
var TemplatesFS embed.FS
|
||||
|
||||
//go:embed static
|
||||
var StaticFS embed.FS
|
||||
Reference in New Issue
Block a user