fix: readme
This commit is contained in:
parent
722aa5b1b5
commit
c34d60548f
|
@ -82,7 +82,6 @@ func main() {
|
||||||
c.Redirect(http.StatusMovedPermanently, "/")
|
c.Redirect(http.StatusMovedPermanently, "/")
|
||||||
})
|
})
|
||||||
// Listen and Server in 0.0.0.0:8080
|
// Listen and Server in 0.0.0.0:8080
|
||||||
r.Run(":8080")
|
|
||||||
if err := r.Run(":8080"); err != nil {
|
if err := r.Run(":8080"); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue