This file shows the basics when it comes to go, it covers the following:
- Install -- (https://youtu.be/tgnomE64CH0)
- Values -- (https://youtu.be/TdLRWhEh0DE)
- Variables -- (https://youtu.be/GQOMVFrtHh8)
- Constants -- (https://youtu.be/z5OAZCacS3o)
- If/Else/Then
- Cases
- For Loops
- Arrays
The video tutorials are going to be split into several episodes as this is quite a big topic to discuss.
- Installing Go and making sure it works every time -- https://youtu.be/tgnomE64CH0
- Values, Variables, Contants, If/Then/Else, Cases, For loops and Arrays -- TODO: Videos to be uploaded soon
- Array recap, Slices, Maps, Ranges, Structs TODO
- Functions, Pointers, Methos, Interfaces TODO