3
0
mirror of https://github.com/gin-gonic/gin.git synced 2025-04-06 03:57:46 +08:00

Update README.md ()

Missing the right colon
This commit is contained in:
chenyang929 2018-11-01 22:44:49 +08:00 committed by thinkerou
parent 6be9b5437b
commit b524e29442

@ -1022,7 +1022,7 @@ func main() {
})
// listen and serve on 0.0.0.0:8080
r.Run(":8080)
r.Run(":8080")
}
```