瀏覽代碼

fix(main.go): correct comment formatting for embed directives

CaIon 9 月之前
父節點
當前提交
d05adbbb9b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      main.go

+ 2 - 2
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() {