mirror of https://github.com/gin-gonic/gin.git
Fix README mistake
This commit is contained in:
parent
27f912f5b2
commit
701989d26e
|
@ -115,7 +115,7 @@ func main() {
|
||||||
// By default it serves on :8080 unless a
|
// By default it serves on :8080 unless a
|
||||||
// PORT environment variable was defined.
|
// PORT environment variable was defined.
|
||||||
router.Run()
|
router.Run()
|
||||||
// router.Run.Run(":3000") for a hard coded port
|
// router.Run(":3000") for a hard coded port
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue