golang up and running on CentOS7
I’ve decided recently to get serious about learning golang. I’ve had a great time playing around with other peoples code (Docker and Kubernetes namely) and it’s time for me to learn the language so I can contribute more than bash scripts. For better of for worse, I’ve decided to start coding on a CentOS box. I have a couple of reasons for doing this…
-Its the Linux distro I’m most familiar with currently
-I need to get better at working in Linux. More stick time on straight CLI can’t hurt. I feel like jumping into a full blown IDE might be a bit premature for me and possibly allow me to miss some of the basics as well.
-I plan to run the code on Linux servers (I think…?)
Disclaimer: Im just getting started in golang. If something I suggest below is wrong, please tell me! Still learning here
Note: I really struggle with the language called ‘go’. So Im trying to call it golang everywhere I can. It can seem like a bit much at times…
So let’s get started. The goal of this post is to end Continue reading