codegangsta / gin

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

Perhaps suggest go install command instead of go get #177

Open Arshad-Siddiqui opened 1 year ago

Arshad-Siddiqui commented 1 year ago

I was having loads of problems getting the project setup with the way described in the README. I thought the issue might have been my environment variables but it turns out they are fine by default. I was able to run executables from there globally but I noticed that gin wasn't there.

go install github.com/codegangsta/gin@latest

Above command did the trick for me.

Mehrdad-Dadkhah commented 1 year ago

Same problem, thank you @Arshad-Siddiqui