Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 861 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 861 Bytes

Golang Tutorials 002 - Go Basics

This file shows the basics when it comes to go, it covers the following:

The video tutorials are going to be split into several episodes as this is quite a big topic to discuss.

  1. Installing Go and making sure it works every time -- https://youtu.be/tgnomE64CH0
  2. Values, Variables, Contants, If/Then/Else, Cases, For loops and Arrays -- TODO: Videos to be uploaded soon
  3. Array recap, Slices, Maps, Ranges, Structs TODO
  4. Functions, Pointers, Methos, Interfaces TODO