Commit c724781a by Xiangyuan Liu

revert: hide web embed

parent 05a4646b
...@@ -20,10 +20,10 @@ import ( ...@@ -20,10 +20,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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment