We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

Learn Go

Learn how to program in Go (Golang), the popular open-source programming language maintained by Google.

What will you learn?

Master the fundamentals of the Go programming language in this comprehensive interactive course. Go is one of the most popular languages of 2025, and Go developers are among the highest paid in the world. You'll practice writing performant, idiomatic Go with these hands-on lessons, challenges and quizzes.

Chapter List

1
Variables
Learn the basic syntax for declaring and using variables and why you should use Go in the first place
2
Conditionals
Use if/else statements to control the flow of your program
3
Functions
Learn about how functions behave
4
Structs
Idiomatically model data in Go using structs
5
Interfaces
Master one of Go's most powerful tools: the interface
6
Errors
Learn how Go uniquely handles errors
7
Loops
Practice various algorithms in Go
8
Slices
Learn about Go's take on ordered lists
9
Maps
Go has an answer to Python's sets and dictionaries, we call it a map
10
Pointers
Learn about pointers and their pitfalls
11
Packages and Modules
Learn how go projects are organized on your local machine
12
Channels
Master the #1 reason to use Go: its elegance of concurrent programming
13
Mutexes
Continue learning about concurrency with mutexes
14
Generics
Learn how Go approaches polymorphism with generics: a new feature added in 1.18
15
Enums
Go famously doesn't support proper enums, but we'll go over how Go developers solve the same kinds of problems with the tools they have.
16
Quiz
Learn about go-specific design patterns and fun language facts

Join 95,147 students in the Learn Go course

Read reviews of their learning experiences

Good course. Short but succinct.

(5/5)
sen  profile image

sen

United States

There's a lot of nice comments and insight about the features of Go that you typically cannot find in most tutorial videos or online resources apart from the official Go documentation. You often have to be mentored by a senior developer or have extensive hours in the language to get such information like the why and how to use each feature of Go and even how they compare to similar features in other languages.

(5/5)
Javier Neri profile image

Javier Neri

Philippines

Go was a tough one for me, it had subtle differences to languages that I was used to already like python, or C. but had new syntax that was explicit and that was a learning curve for sure. But once I got my mind wrapped around it, it really wasn't bad and had some very useful syntactic sugar that made for loops, and error handling pretty nice.

(5/5)
Trindon Woolsey profile image

Trindon Woolsey

United States

I went from knowing nothing about Go to being able to break down Go Code and solve basic problems using Go now instead of Python.

(5/5)
Jake Mackin profile image

Jake Mackin

Pittsburgh, PA

Great and easy to understand course!

(5/5)
Rosvaldas A profile image

Rosvaldas A

Lithuania

Very good and clear introduction to Go! :)

(5/5)
Paul Ruchniewicz profile image

Paul Ruchniewicz

Würzburg, Germany

Learned some Go

(5/5)
Infernoe , Mister profile image

Infernoe , Mister

United Kingdom

Great course for learning the basics in Go. The learning is really enjoyable with assignments that resemble real situations. The selection on external documentation suits fine without overwhelming the lessons.

(5/5)
Gerardo Palmieri Mondragon profile image

Gerardo Palmieri Mondragon

Mexico

Great course that extensively goes over the go language for beginners!

(5/5)
M P profile image

M P

Somewhere

Showing 1-9 of 438

or view more reviews

Mediocrity doesn't cut it anymore

The only way to become a great developer is to write a lot of code

Avoid tutorial hell

by writing a ton of code

Stay motivated with

a game-like curriculum

Build portfolio projects

to prove your skills

Delve deeper

into foundational concepts

Learn flexibly online

without interrupting your life

For 1% the price of college

to minimize your financial risk

Frequently asked Questions

Got questions? We've got answers

Yes! It's free to create an account and start learning. You'll get all the immersive and interactive features for free for a few chapters. After that, if you still haven't paid for a membership, you'll be in read-only (content only) mode.