basebank / gophers-code-reading-party

Gophers Code Reading Party records
18 stars 1 forks source link

20220303 Gophers Code Reading Party #23

Closed budougumi0617 closed 1 year ago

budougumi0617 commented 2 years ago

15:00~16:00 @ Zoom, BASE BANK, Inc.

参加者

@budougumi0617 @daisuzu

お題

ネタ

ネタがなかったら proposal: review meeting minutes をみてみよう!
https://github.com/golang/go/issues/33502

budougumi0617 commented 2 years ago

リリパ〜 Go 1.18 リリースパーティ https://gocon.connpass.com/event/234198

go118party

budougumi0617 commented 2 years ago

おっ!!(まだなにもみていない https://github.com/rsc/web

budougumi0617 commented 2 years ago

しれっと go work xxx コマンドの説明が増えている。 https://go.dev/ref/mod#go-work-init

budougumi0617 commented 2 years ago

Discordが古いGoとRustのベンチマーク使った結果をAWSがre:inventかなんかで引用した時の話にrscパイセンが反論してる

https://mobile.twitter.com/_rsc/status/1496352325157457922

budougumi0617 commented 2 years ago

これか

https://www.zdnet.com/article/programming-languages-aws-explains-why-rust-is-so-important/

budougumi0617 commented 2 years ago

Twitterの プログラミング言語Go コミュニティが爆誕してました。 https://twitter.com/i/communities/1498095077222400000

budougumi0617 commented 2 years ago

そろそろ見ておかないとね https://tip.golang.org/doc/go1.18

budougumi0617 commented 2 years ago

pprofとかのファイル食わせるとvisualizeしてくれるみたいだけれどローカルで動かせるのかな https://playground.flamegraph.com/playground

budougumi0617 commented 2 years ago

Internals of Go's new fuzzing system https://jayconrod.com/posts/123/internals-of-go-s-new-fuzzing-system

budougumi0617 commented 2 years ago

こちらです!! https://zoom.us/j/98968207509?pwd=Y1B3dDJMQS9UdEdpUGxEd1J2UEdmdz09

budougumi0617 commented 2 years ago

これみるとrepo別でもひとつのディレクトリの下にいろいろ突っ込めばgo work initでよしなにできるっぽいな。 https://speakerdeck.com/110y/what-is-the-go-workspace-mode

budougumi0617 commented 2 years ago

https://pkg.go.dev/sync@go1.18rc1#Mutex.TryLock

同時に着たときにロック取れた1つだけやるとか?

budougumi0617 commented 2 years ago

https://go.dev/play/p/1vnEe4rdscs https://pkg.go.dev/github.com/hashicorp/go-multierror#Error.WrappedErrors

やっぱすごいな https://github.com/hashicorp/go-multierror/graphs/contributors

budougumi0617 commented 2 years ago

コードゴルフ状態(すげー!って意味) https://github.com/syumai/genericsutil/blob/4a25e982db43ae3593319722a0af5d50f4c68494/zero.go

budougumi0617 commented 2 years ago

https://github.com/rsc/web

x/website のinternal pkgの外だしらしい。 https://pkg.go.dev/golang.org/x/website@v0.0.0-20220302212823-90c3e61b968d/internal/web

budougumi0617 commented 2 years ago

Go1.18の話! https://e34.fm/15/

聞いた後これ見るとよさそう。 https://jayconrod.com/posts/123/internals-of-go-s-new-fuzzing-system

budougumi0617 commented 2 years ago

Go本体がもうGo1.17以上じゃないとビルドできなくなる。 https://tip.golang.org/doc/go1.18#bootstrap

Go1.4は最初のpure goだったはず?