From 88ee6e094bf018eb314334326b26253938d66489 Mon Sep 17 00:00:00 2001 From: Damillora Date: Tue, 11 May 2021 12:56:17 +0700 Subject: [PATCH] chore: remove unused embed --- main.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.go b/main.go index 7934048..8177dd6 100644 --- a/main.go +++ b/main.go @@ -6,12 +6,6 @@ import ( "github.com/Damillora/Shioriko/pkg/app" ) -//go:embed web/static -var staticFiles embed.FS - -//go:embed web/template -var templateFiles embed.FS - func main() { app.Initialize() app.Start()