Overview
Syllabus
Golang Tutorial #1 - An Introduction to Go Programming.
Golang Tutorial #2 - Variables & Data Types.
Golang Tutorial #3 - Assignment Expression & Implicit vs Explicit.
Golang Tutorial #4 - Printing to Console & fmt.
Golang Tutorial #5 - Console Input (Bufio Scanner) & Type Conversion.
Golang Tutorial #6 - Arithmetic Operators & Math.
Golang Tutorial #7 - Conditions & Boolean Expressions.
Golang Tutorial #8 - Chained Conditionals (AND, OR, NOT).
Golang Tutorial #9 - If, Else If, Else.
Golang Tutorial #10 - For Loops & While Loops.
Golang Tutorial #11 - Switch Statement.
Golang Tutorial #12 - Arrays.
Golang Tutorial #13 - Slices.
Golang Tutorial #14 - Range & Slice/Array Examples.
Golang Tutorial #15 - Maps.
Golang Tutorial #16 - Functions.
Golang Tutorial #17 - Advanced Function Concepts & Function Closures.
Golang Tutorial #18 - Mutable & Immutable Data Types.
Golang Tutorial #19 - Pointers & Derefrence Operator (& and *).
Golang Tutorial #20 - Structs and Custom Types.
Golang Tutorial #21 - Struct Methods.
Golang Tutorial #22 - Interfaces.
Taught by
Tech with Tim