Setting up Golang environment
For Day 17 I’m going to setup a Golang environment on my Windows 10 PC.
Going to be following along this guide on Youtube: Golang Beginners Guide
Install
Head over to the Golang download section and grab your correct installer golang downloads.
In VSCode open extensions and install the Rich Go language support plugin.
setup a new project directory mkdir C:\github\golang
Conclusion
For Day 17 I’ve setup my Go environment on my desktop and I’m ready to start my first project.
Leave a comment