Introduction - Go Lang Practical Programming Tutorial p.1

Hello and welcome to a Go Language programming tutorial. In this series, we’re going to cover setting up and the basics of using Go in a practical way. Go is a programming language where you could easily run through the basics, and then be totally lost when it comes to actually applying it to some actual task. Because of this, we’re going to learn and immediately apply at the same time as we move through these concepts. Text tutorials and sample code:
Back to Top