From d05adbbb9bb0bb09f1a6bad5342f80782f9ecb83 Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Sun, 8 Jun 2025 20:26:14 +0800 Subject: [PATCH] fix(main.go): correct comment formatting for embed directives --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 26c39e5f..c286650f 100644 --- a/main.go +++ b/main.go @@ -25,10 +25,10 @@ import ( _ "net/http/pprof" ) -// go:embed web/dist +//go:embed web/dist var buildFS embed.FS -// go:embed web/dist/index.html +//go:embed web/dist/index.html var indexPage []byte func main() {