Merge branch 'master' into master

This commit is contained in:
Bo-Yi Wu 2018-01-23 10:08:09 +08:00 committed by GitHub
commit cbc51319e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,7 +435,7 @@ func main() {
c.String(200, "pong")
})
r.Run(":8080")
   router.Run(":8080")
}
```