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

Avoid pushing go build binaries #1

Open
shubhodeep9 opened this issue Apr 5, 2018 · 2 comments
Open

Avoid pushing go build binaries #1

shubhodeep9 opened this issue Apr 5, 2018 · 2 comments

Comments

@shubhodeep9
Copy link

I see you have a binary in your repository, that might have been created while using go build.
Its a bad practice to upload the build binaries.

@ketanbhatt
Copy link
Owner

Sorry for getting back late here.
The reason I pushed it was so that someone on mac wont need go to build/run the app, she can just use it directly. Ref: https://github.com/ketanbhatt/go-morse#usage

Any reason why is it a bad practice? I dont use go, it was just a fun small thing I did, so I am not aware of these things :)

@shubhodeep9
Copy link
Author

@ketanbhatt Okay, if you want to achieve that, why don't you use the releases section on github, then the user won't even have to clone the repository.

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