-
Notifications
You must be signed in to change notification settings - Fork 42
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
Rewrite using a GitHub API library #4
Comments
I wrote a small tool in Go mimicking the uploadtool's behaviour - in fact, it was almost direct translation from Would you be interested in any kind of adoption of my tool as the replacement for Please don't consider this comment self-promotion or advertisement, I just scratched my own itch with this tool and figured it could potentially be useful to other people as well. |
Thank you very much @d1vanov - what is the reason you did not choose bash? |
Well, as @TheAssassin mentioned in #16, bash is just poorly suited for complex enough logics. Go is simple enough language but with strict static type system so the compiler checks many things for you during the compilation stage, long before some silly mistake has a chance to occur in runtime. And besides, there's a convenient GitHub API implementation in Go. Thank you for all the efforts put into AppImage project, it rocks! 👍 And special thanks for finding the issue with my AppImage so quickly. |
Here's an implementation of the API written in shell script. As far as the script doesn't get too complex, shell scripts provide simpler solutions. |
E.g., https://github.com/turnkeylinux/octohub or another one from https://developer.github.com/libraries/
The text was updated successfully, but these errors were encountered: