gin icon indicating copy to clipboard operation
gin copied to clipboard

Update README.md

Open awan1 opened this issue 3 years ago • 1 comments

Fix #114

awan1 avatar Sep 23 '22 18:09 awan1

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

basperheim avatar Feb 24 '24 10:02 basperheim