俺の A Tour of Go
A Tour of Go Variables Variables with initializers Short variable declarations Basic types Zero values Type conversions Type inference Constants Numeric Constants Go, Go, Go, Go 〜 (郷ひろみ風) A Tour of Go https://go-tour-jp.appspot.com/ …
A Tour of Go Packages Imports Exported names Functions Functions continued Multiple results Named return values Go, Go, Go, Go 〜 (郷ひろみ風) A Tour of Go https://go-tour-jp.appspot.com/ を写経していく. 成果は... github.com こちらに. Pack…