Ver Fonte

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

CaIon há 9 meses atrás
pai
commit
d05adbbb9b
1 ficheiros alterados com 2 adições e 2 exclusões
  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() {