Completed
- Intro & Course Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Golang Tutorial for Beginners - Full Go Course
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro & Course Overview
- 2 - What is Go? Why Go? How it's different?
- 3 - Characteristics of Go and Go Use Cases
- 4 - Local Setup - Install Go & Editor
- 5 - Write our First Program & Structure of a Go File
- 6 - Variables & Constants in Go
- 7 - Formatted Output - printf
- 8 - Data Types in Go
- 9 - Getting User Input
- 10 - What is a Pointer?
- 11 - Book Ticket Logic
- 12 - Arrays & Slices
- 13 - Loops in Go
- 14 - Conditionals (if / else) and Boolean Data Type
- 15 - Validate User Input
- 16 - Switch Statement
- 17 - Encapsulate Logic with Functions
- 18 - Organize Code with Go Packages
- 19 - Scope Rules in Go
- 20 - Maps
- 21 - Structs
- 22 - Goroutines - Concurrency in Go
- 23 - Congratulations!