Go Programming
Get the Cheat Sheet Here :
Intro : 00:56
Variables : 2:30
Data Types : 2:43
Arithmetic : 5:20
Constants : 5:45
Strings : 6:15 & 38:32
Booleans : 7:25
Printf : 7:36
Logical Operators : 9:23
For Loops : 10:14
Relational Operators : 11:08
If : 12:08
Switch : 13:10
Arrays : 13:45
Slice : 15:22
Maps : 18:29
Functions : 20:08
Closures : 24:37
Recursion : 25:25
Defer : 27:39
Recover : 28:55
Pointers : 31:00
Structs : 33:43
Interfaces : 35:47
File I/O : 41:29
Casting : 43:10
Create Web Server