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
Constants and Formatting
Learn how constants work in Go and how to format output using the fmt and unicode packages.
3
Conditionals
Use if/else statements to control the flow of your program
4
Functions
Learn about how functions behave
5
Structs
Idiomatically model data in Go using structs
6
Interfaces
Master one of Go's most powerful tools: the interface
7
Errors
Learn how Go uniquely handles errors
8
Loops
Practice various algorithms in Go
9
Slices
Learn about Go's take on ordered lists
10
Maps
Go has an answer to Python's sets and dictionaries, we call it a map
11
Pointers
Learn about pointers and their pitfalls
12
Packages and Modules
Learn how go projects are organized on your local machine
13
Channels
Master the #1 reason to use Go: its elegance of concurrent programming
14
Mutexes
Continue learning about concurrency with mutexes
15
Generics
Learn how Go approaches polymorphism with generics: a new feature added in 1.18
16
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.
17
Quiz
Learn about go-specific design patterns and fun language facts

Join 95,570 students in the Learn Go course

Read reviews of their learning experiences

The course is good for beginner, or experienced coder who wants to learn Go. It covers up the basics, help you remember the syntax and the good practices while using them. I would highly recommend this course to anyone, with additional advice to go a bit deeper with other resources after learning each chapter

(4/5)
Truong Nguyen Duc Vu profile image

Truong Nguyen Duc Vu

Vietnam

A very fun course to learn pretty much everything you need to get started writing Go!

(5/5)
Ilias Zoumas profile image

Ilias Zoumas

Athens, Greece

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

Showing 1-9 of 441

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.