====== Go Links ====== [[https://go.dev/doc/|Official Documentation]] [[https://go.dev/doc/tutorial/getting-started|Tutorial: Get started with Go]] [[https://gobyexample.com/|Go by Example]] - annotated example programs ===== Modules ===== [[https://go.dev/doc/tutorial/workspaces|Tutorial: Getting started with multi-module workspaces]] [[https://go.dev/doc/modules/layout|Organizing a Go module]] {{tag>go}}