Explorar o código

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

CaIon hai 9 meses
pai
achega
d05adbbb9b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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() {