You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Above command did the trick for me.
The text was updated successfully, but these errors were encountered: