Merge 6bc33093e8ae0051d2f52c9258cb4ebc822c920c into a712f77d7aaec7eb4766a663924aaa4e54d3fe70

This commit is contained in:
Kevin Zhu 2018-01-17 11:26:06 +00:00 committed by GitHub
commit 04304b74bc

View File

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