mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-22 12:27:33 +00:00
chore: remove unused embed
This commit is contained in:
parent
b49778945e
commit
88ee6e094b
6
main.go
6
main.go
@ -6,12 +6,6 @@ import (
|
|||||||
"github.com/Damillora/Shioriko/pkg/app"
|
"github.com/Damillora/Shioriko/pkg/app"
|
||||||
)
|
)
|
||||||
|
|
||||||
//go:embed web/static
|
|
||||||
var staticFiles embed.FS
|
|
||||||
|
|
||||||
//go:embed web/template
|
|
||||||
var templateFiles embed.FS
|
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
app.Initialize()
|
app.Initialize()
|
||||||
app.Start()
|
app.Start()
|
||||||
|
Loading…
Reference in New Issue
Block a user