Update README.md (#1620)

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
1 changed files with 1 additions and 1 deletions

View File

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