Go Language Specification 輪読会
#33
ネタ
https://github.com/golang/go/commit/ee5af6103da43c44104b1d06eaf5a23cd9b87085
https://gospec-previewer.vercel.app/refs/ee5af6103da43c44104b1d06eaf5a23cd9b87085#Package_initialization
https://gpgsync.herokuapp.com/rooms/0AZB9T
playground
https://play.golang.org/p/6fp0TdWEm5z
program initialization
b -> a
https://go.dev/play/p/Y2Tko4mRecb
a -> b
https://go.dev/play/p/K6DGhoX8OqI
https://go.dev/play/p/BdB0xHiOJH5
リリースノート
https://tip.golang.org/doc/go1.21#language
go build ./a/1.go ./a/5.go ./b/3.go ./a/2.go /home/syumai/src/pkg/a/3.go # どう言う順で渡す?
go build自身の話か?build systemは、go buildの外側のツールか?