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

Learn Go

Learn Go by writing real code with structs, interfaces, error handling, concurrency, and backend design patterns.

What you'll learn in this Go course

Master the fundamentals of the Go programming language in this comprehensive interactive course. You'll practice writing performant, idiomatic Go while working through hands-on lessons, challenges, and quizzes covering everything from structs and interfaces to concurrency.

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 113,423 students in the Learn Go course

Read reviews of their learning experiences

Overall, this is a nice course that covers the core concepts of Go well. But after finishing, I realized I still struggled with foundational concepts like string manipulation.

(4/5)
Jaroslav  profile image

Jaroslav

Lviv

Great course to start with Go

(5/5)
V M profile image

V M

Ivano-Frankivsk, Ukraine

Beautifully covered all the Golang basics. I knew the langauge already but I lacked the most advanced stuff (mutexes, channels, concurrency). Now I got it all!

(5/5)
Paulina  profile image

Paulina

Poland

great course.

(5/5)
Roger Lopez profile image

Roger Lopez

DC, United States

I've wanted to learn go for a while now, but there are too many scattered resources online, so much that It became overwhelming on where to even start. I recovered my old account and took the Learn Go Course. So far I've made steady progress and enjoyed every step of the journey. I'm confident I can and will start contributing to open-source projects

(5/5)
Rash Edmund profile image

Rash Edmund

Yaounde - Cameroon

Got a little confused on channels and mutexes

(4/5)
Vamshi Ponnala profile image

Vamshi Ponnala

United States

I don't think I fully understand Go - but I understand enough to know when I need to learn it properly.

(5/5)
James Halliday profile image

James Halliday

United Kingdom

Very educative course.

(5/5)
Amr  profile image

Amr

Malaysia

Most thorough Golang course I've ever taken

(5/5)
Tsuyoshi  profile image

Tsuyoshi

Earth

Showing 1-9 of 602

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, but we assume you're already familiar with programming basics like variables, conditionals, and functions. You don't need any prior Go experience.