Bladeren bron

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

CaIon 11 maanden geleden
bovenliggende
commit
1de4af1c74
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      main.go

+ 2 - 2
main.go

@@ -25,10 +25,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() {