A Tour of Go
https://scrapbox.io/files/68c3a002429c51d2faabc809.png
情報
公式サイト:https://go.dev/tour/list
日本語訳サイト:https://go-tour-jp.appspot.com/list
目次
Basics
Packages, variables, and functions.
Flow control statements: for, if else, switch and defaer
More types: structs, slices, and maps.