codegangsta / gin

Live reload utility for Go web servers
MIT License
4.23k stars 317 forks source link

Update README.md #176

Open awan1 opened 1 year ago

awan1 commented 1 year ago

Fix #114

basperheim commented 6 months ago

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