Golang crash course for complete beginners.
🧑 Book a Learning Session - https://calendly.com/rithmic-studio/learning-session
Discord - https://discord.gg/TwUV34F6wC
The finished code can be found here:
- https://github.com/sixfwa/golang-crash-course
Timestamps ⏳
00:00:00 - Installation
00:06:04 - Hello World
00:10:18 - Variables and Functions
00:32:25 - Pointers
00:44:01 - Control Structures
01:00:15 - Structs
01:15:06 - Array + Slices
01:33:11 - Maps
01:47:54 - Interfaces
02:00:34 - More Functions
02:15:40 - Packages
02:30:57 - Goroutines
02:43:37 - Channels
02:56:06 - Testing