Created a golang module
cbelk opened this issue · 1 comments
cbelk commented
https://github.com/cbelk/cbelk-golang
Module for barebones Go installation. Go downloaded from Google.
jacobbednarz commented
Thanks for your contribution @cbelk! While this is a great start, I think there are a few of things that need to be mentioned here:
go
can already be installed quite painlessly with homebrew so a module really isn't required.- Your module makes some assumptions (such as that everyone is using bash for their shell) which will cause some issues for other shell users.
- Your module is missing tests. Tests help ensure that your module works as intended across different installations. Check out
puppet-ruby
specs for some examples.
I'm going to close this one off but feel free to let me know if you have any questions!