Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the point of the generated binary? #138

Open
ecbrodie opened this issue May 14, 2018 · 3 comments
Open

What is the point of the generated binary? #138

ecbrodie opened this issue May 14, 2018 · 3 comments

Comments

@ecbrodie
Copy link

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.

@ecbrodie
Copy link
Author

ecbrodie commented Jun 3, 2018

@codegangsta shameless poke, since it has been 3 weeks :S

@alshdavid
Copy link

I think it's a built version of your app

You can try have it build to a temporary directory - out of sight out of mind

gin -b $TEMP/gin-projectname

@Xarvalus
Copy link

Why gin is not creating it as temporary file by default instead? It seems this file is not necessary in root of the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants