blob: dd5c3f2e73698f5d4619d2065cab26373be1bdf7 [file] [log] [blame]
- title: Documentation
content: Everything there is to know about Go. Get started on a new project
or brush up for your existing Go code.
cta: View documentation
url: /doc/
- title: Tour of Go
content: An interactive introduction to Go in three sections. Each section
concludes with a few exercises so you can practice what you've learned.
cta: Take a tour
url: /tour/
- title: Go by example
content: <i>Go by Example</i> is a hands-on introduction to Go using annotated
example programs. It’s a great starting point to use when tackling any Go
project.
url: https://gobyexample.com/
cta: View examples