--- title: "Get Started" breadcrumbTitle: "Learn" ---
{{breadcrumbs .}}

Install the latest version of Go

Install the latest version of Go. For instructions to download and install the Go compilers, tools, and libraries, view the install documentation.

Go Gopher riding a motorcycle

Selected tutorials

New to Go and don't know where to start?

    {{- range first 3 (data "quickstart.yaml")}}
  • {{- template "learn-card" . }}
  • {{- end}}

Guided learning journeys

Got the basics and want to learn more?

    {{- range first 4 (data "guided.yaml")}}
  • {{- template "learn-card" .}}
  • {{- end}}

Qwiklabs

Guided tours of Go programs

    {{- range first 3 (data "cloud.yaml")}}
  • {{- template "learn-self-paced-card" .}}
  • {{- end}}

Tutorials

    {{- range first 3 (data "tutorials.yaml") }}
  • {{- template "learn-card" .}}
  • {{- end}}

Training

Guided tours of Go programs

    {{- range first 4 (data "training.yaml")}}
  • {{.title}}

    {{.blurb}}

  • {{- end}}
{{define "learn-card"}}
{{- if .thumbnailDark}}
{{- else if .thumbnail}}
{{- end}} {{- if .thumbnail}}
{{- end}}
{{.title}}

{{raw .content}}

{{- end}} {{define "learn-self-paced-card"}}
{{- if .thumbnail}}
{{- end}}
{{.title}}
{{ .length }}{{.credits}} Credits
{{- end}} {{define "learn-book"}}
{{- if .thumbnail}}
{{.title}} thumbnail.
{{- end}}

{{.eyebrow}}

{{.title}}

{{.description}}

view book
{{- end}}