Member-only story
Learn Go (Golang) from Microsoft for free!
Welcome back! Go is an awesome programming language created by Google, but guess who created an awesome free course for Go? That’s right, Microsoft 😂, thanks to their Learn Program, you can take their course on Go for free! If you want to go straight to the course, check out the link below:
The remainder of this article is going to cover the highlights of this course, so be sure to view their course above. Starting off, this specific course covers the very basics of Go, specifically with installing the tools you need to begin coding with Go:
We then learn how to use packages, variables and function with this programming language:
We then learn how to use control flows: