2021_9
参加者
syumai
magicpro
bnn
読むもの
リンク集 https://zenn.dev/syumai/scraps/763efd267b3109
weekly proposal review meeting
https://github.com/golang/go/issues/33502#issuecomment-920345835
Go 2 minutes ( https://github.com/golang/go/issues/33892 )
https://github.com/golang/go/issues/46620
In general Go has a simple type system, and encourages programming by writing code, rather than programming by writing types.
https://github.com/golang/go/issues/46620#issuecomment-856295022
https://github.com/golang/go/issues/47709
slices.Of(1, 2, 3) 面白いけど要らないね
weekly proposal review meeting
https://github.com/golang/go/issues/47164
*log.Loggerを有効なロガーにする
https://github.com/golang/go/issues/47609
これは人に優しい
https://github.com/golang/go/issues/44254#issuecomment-905715796
Cut(A/B|C/D, "/") = "A", "B|C/D", true
https://go.googlesource.com/proposal/+/master/design/45713-workspace.md
Multi-Module Workspaces in cmd/go
複数モジュールを含んだ1リポジトリで使う
大本のディレクトリに配置されたgo.workから、子ディレクトリのモジュールの依存をコントロールできるイメージ