8.0 KiB
8.0 KiB
title | breadcrumbTitle |
---|---|
Get Started | 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.
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")}}
-
{{.blurb}}
{{- end}}
Books
-
{{- range first 5 (data "books.yaml")}}
- {{template "learn-book" .}} {{- end}}
{{define "learn-card"}}
{{- if .thumbnailDark}}
{{- else if .thumbnail}}
{{- end}}
{{- if .thumbnail}}
{{- end}}
{{define "learn-self-paced-card"}}
{{- end}}{{define "learn-book"}}
{{- end}}