basebank / gophers-code-reading-party

Gophers Code Reading Party records
18 stars 1 forks source link

20210624 Gophers Code Reading Party #6

Closed budougumi0617 closed 1 year ago

budougumi0617 commented 3 years ago

6月 24日 (木曜日) 午後5:00~6:00@Zoom, BASE BANK, Inc.

参加者

お題

budougumi0617 commented 3 years ago

Go1.17のbetaがでたのでリリースノートをみる??(みたい) https://tip.golang.org/doc/go1.17

budougumi0617 commented 3 years ago

日程調整用の調整さんをつくりました!!! https://chouseisan.com/s?h=955cd0a9809544a18a29790b98c5cb34

hgsgtk commented 3 years ago

https://www.infoq.com/news/2021/06/go-fuzzing-beta/

go-fuzzing-beta

budougumi0617 commented 3 years ago

別件で他の候補日が埋まってしまったので、6月 24日 (木曜日)⋅午後5:00~6:00とさせてください!!!

Goコードリーディングパーティ 6月 24日 (木曜日)⋅午後5:00~6:00

sam8helloworld commented 3 years ago

承知ですー!途中参加になりますが行きます

budougumi0617 commented 3 years ago

遅くなりました!本日こちらです!!! https://zoom.us/j/96890274050?pwd=YnNpYUF1ZUhESjgrbURQL1dzTnFOUT09

budougumi0617 commented 3 years ago

fuzzingはまだ1.17には入らない。 https://blog.golang.org/fuzz-beta

This feature will not be available in the upcoming Go release (1.17), but there are plans to land this in a future Go release. We hope that this working prototype will allow Go developers to start writing fuzz targets and provide helpful feedback about the design in preparation for a merge to master.

budougumi0617 commented 3 years ago

両立できないようにどっちにも最初にお互いがすでに実行されていないかチェックするpanic入っている

https://tip.golang.org/pkg/testing/#T.Setenv https://tip.golang.org/pkg/testing/#T.Parallel

budougumi0617 commented 3 years ago

最近の話題 https://www.hashicorp.com/blog/toward-vagrant-3-0

budougumi0617 commented 3 years ago

大作: Goでの並行処理を徹底解剖! https://zenn.dev/hsaki/books/golang-concurrency

budougumi0617 commented 3 years ago

ざっとGo1.17の仕様流し読み

https://tip.golang.org/doc/go1.17#language 言語仕様変わった

deprecated って書くとpkg.go.devとかでいい感じにだしてくれるようになるらしい https://twitter.com/apstndb/status/1406851228089282560

https://tip.golang.org/doc/go1.17#vet singnal.Notifyとかちゃんとつかえよーって怒るようになった

WriteRune メソッドとか増えてる。マルチバイト民歓喜

database/sql NullInt16 and NullByteとか増えた

sentinel error とは。。? https://dave.cheney.net/tag/errors

net/* 細かい便利なのが増えている(雑

testing -shuffle フラグと T.Setenv and B.Setenv

budougumi0617 commented 3 years ago

https://zenn.dev/hsaki/books/golang-concurrency をみんなで読んでみる!

https://zenn.dev/hsaki/books/golang-concurrency/viewer/basicusage#%E7%8A%B6%E6%85%8B%E3%81%94%E3%81%A8%E3%81%AE%E3%83%81%E3%83%A3%E3%83%8D%E3%83%AB%E3%81%AE%E6%8C%99%E5%8B%95

budougumi0617 commented 3 years ago

zennの並行処理本の早歩きメモ