Update README.md

Missing the right colon
This commit is contained in:
chenyang929 2018-11-01 19:51:40 +08:00 committed by GitHub
parent 6f7fe487b3
commit cfb8c37890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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