Commit 1de4af1c by CaIon

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

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