Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Learn Google Go - Golang Programming for Beginners Deal
First Section
Introduction (2:43)
Installing Go (5:22)
verify (5:50)
Geeting package doucmentationu (3:39)
Data types and declarartion (8:55)
program structure with a global var declaration (6:53)
declaring multiple variables on single line (2:45)
Itroduction to function (4:28)
Returning multiple values from a fuction (4:16)
Naming return values (2:43)
Variadic parameter lists (5:21)
Recursive functions (6:10)
Conditional statements and loops
Finding the average of an array (8:36)
For loops part -1 (5:43)
Range and len of an array (5:51)
If,else if,else (7:32)
Switch without conditional (4:28)
Switching on a variables (3:08)
Swich with combined cases (4:40)
Maps, Pointer and More
Intro to slices (7:07)
The uppend function (4:42)
Returning a slices from a function (7:34)
Learn maps (10:25)
Learn structures (5:26)
Introduction to pointers (6:40)
New Lecture (5:37)
Passing function parameter by reference (5:40)
Functions, Methods and More
Buffered String Read from stdin (9:20)
Using Scan and Scanln for Input (11:20)
Structure Initialization and Method Syntax (11:07)
Using defer (3:59)
Function types (3:06)
losure Demo – Fibbonacci Numbers (4:41)
Interfaces (6:23)
Using Scan and Scanln for Input
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock