Add a default document names for the static method plz : "index.html"、"index.htm"、"default.html"、"default.htm"
server.go
app.Static("./public/static", "/static")
when i visit http://127.0.0.1:8080/static,Instead of 404, the contents of index.html are displayed by default