浏览代码

revert: hide web embed

Xiangyuan Liu 2 年之前
父节点
当前提交
c724781aac
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      main.go

+ 2 - 2
main.go

@@ -20,10 +20,10 @@ import (
 	_ "net/http/pprof"
 	_ "net/http/pprof"
 )
 )
 
 
-// /go:embed web/dist
+//go:embed web/dist
 var buildFS embed.FS
 var buildFS embed.FS
 
 
-// /go:embed web/dist/index.html
+//go:embed web/dist/index.html
 var indexPage []byte
 var indexPage []byte
 
 
 func main() {
 func main() {