I noticed they default to creating a main function that runs os.Exit(0). I recommend not doing that because it stops any potential deferred actions from running. It's not required for their simple main() func to run correctly, but I feel it's a good habit to get into.
really? Three (known) dependencies before I even start? Plus Python?
The wonderful thing I'm loving about Golang is that I can reduce dependencies. Put the ones I need in a vendor directory. Edit those files to remove their dependencies for edge cases I don't need in my project.
[+] [-] shanemhansen|9 years ago|reply
[+] [-] lacion|9 years ago|reply
[+] [-] marcus_holmes|9 years ago|reply
The wonderful thing I'm loving about Golang is that I can reduce dependencies. Put the ones I need in a vendor directory. Edit those files to remove their dependencies for edge cases I don't need in my project.
Less is more!
[+] [-] chank|9 years ago|reply
[+] [-] mwpmaybe|9 years ago|reply
[+] [-] karmacoda|9 years ago|reply
[+] [-] lacion|9 years ago|reply
[+] [-] alex95|9 years ago|reply
[deleted]