Explorar o código

revert: hide web embed

Xiangyuan Liu hai 1 ano
pai
achega
b82582cb42
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      main.go

+ 2 - 2
main.go

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