fix: readme

This commit is contained in:
Jiafei Qiu 2024-10-30 20:51:43 +08:00 committed by GitHub
parent 722aa5b1b5
commit c34d60548f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ func main() {
c.Redirect(http.StatusMovedPermanently, "/")
})
// Listen and Server in 0.0.0.0:8080
r.Run(":8080")
if err := r.Run(":8080"); err != nil {
log.Fatal(err)
}