From b82582cb427c3931c4b8e9981d0639e019bf4db4 Mon Sep 17 00:00:00 2001 From: Xiangyuan Liu Date: Thu, 13 Jun 2024 18:28:47 +0800 Subject: [PATCH] revert: hide web embed --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 006c118..ba4f5c6 100644 --- a/main.go +++ b/main.go @@ -20,10 +20,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() {