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

Executable commands in the bin directory instead of tmp #39

Closed
acabreragnz opened this issue Jul 30, 2019 · 2 comments
Closed

Executable commands in the bin directory instead of tmp #39

acabreragnz opened this issue Jul 30, 2019 · 2 comments

Comments

@acabreragnz
Copy link
Member

I think ./bin is a more appropiate directory to save the generated build (make build) than ./tmp. If you read the golang documentation you could find that they use ./bin directory to contain executable commands. I know that we are not working with workspaces but seems to be a guideline we could follow. Anyway this is issue is not much important and can be discussed.

@jac1013
Copy link
Member

jac1013 commented Sep 3, 2019

I agree with this, and we need the binary to reference it in Github anyway, do you think we should put them in ./bin and not .gitignore this folder?

@jac1013
Copy link
Member

jac1013 commented Mar 27, 2020

Closing this one as we are going to use ./bin for executables that are required in development, build dist should still go to ./tmp because they are not intended to be used as tools in ./bin... examples of what goes in bin is the binary for the linter and the binary for creating swagger documentation.

@jac1013 jac1013 closed this as completed Mar 27, 2020
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

2 participants