gin
gin copied to clipboard
Update README.md
Fix #114
We should also update the README to let people know that the --port option needs to come directly after the gin command for it to work:
PORT=8082 gin --port 8082 run main.go
[gin] Listening on port 8082
[gin] Building...
[gin] Build finished