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
Excuse me if this is too noob of a question or it is misplaced (ie, binary generation is just a normal thing in GoLang).
I would like to know about what the point is of the generated binary gin-bin. Why does a binary need to be generated? After I install gin, I just run the tool with gin run main.go without any issue. ./gin-bin run main.go doesn't work.
Thank you.
The text was updated successfully, but these errors were encountered:
Excuse me if this is too noob of a question or it is misplaced (ie, binary generation is just a normal thing in GoLang).
I would like to know about what the point is of the generated binary
gin-bin
. Why does a binary need to be generated? After I install gin, I just run the tool withgin run main.go
without any issue../gin-bin run main.go
doesn't work.Thank you.
The text was updated successfully, but these errors were encountered: