Skip to content
Home » Articles » How to learn Go/ Golang

How to learn Go/ Golang

Golang Gopher

There are a few ways to learn Go (also known as Golang):

  1. Start with the official Go tutorial: https://go.dev/tour/welcome/1 (URL updated from https://tour.golang.org/welcome/1)
  2. Read the Go documentation: https://go.dev/doc/ (URL updated from https://golang.org/doc/ )
  3. Go through the exercises on Exercism: https://exercism.org/tracks/go
  4. Watch video tutorials on YouTube or online learning platforms like Udemy or Coursera.
  5. Build small projects to get hands-on experience and apply what you have learned.

It’s also helpful to join online communities or forums like the Go Forum (https://forum.golangbridge.org/) or the Go Slack (https://invite.slack.golangbridge.org/) to ask questions and connect with other Go developers.

Leave a Reply