Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn Go programming fundamentals through this comprehensive tutorial covering installation, basic syntax, variables, constants, functions, control structures, and advanced concepts. Master Go installation and setup, then dive into writing your first Go program and understanding variable declarations and constants. Explore function creation and implementation, loop structures for iteration, and Go's exported names convention for package visibility. Understand variable scope at function and package levels, utilize the math package for mathematical operations, and implement conditional logic with if-else statements and switch cases. Discover Go's unique defer function for delayed execution and work with structs to create custom data types and organize related data effectively.
Syllabus
Go Installation | Golang
First Code In Go | Golang
Variables and Constants in Go | Golang
Functions in Go | Golang
Loop in Go | Golang
Exported Names | Golang
Variable Scope Function Package Level | Golang
Math Package | Golang
If Else Switch | Golang
Defer Function Call | Golang
Struct In Go | Golang
Taught by
Telusko