basebank / gophers-code-reading-party

Gophers Code Reading Party records
18 stars 1 forks source link

20220331 Gophers Code Reading Party #25

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

図がわかりやすいとの噂

Package Management in Go https://dev.to/cdugga/package-management-in-go-2hjl

budougumi0617 commented 2 years ago

An Introduction To Generics https://go.dev/blog/intro-generics

budougumi0617 commented 2 years ago

ゴリラパイセンの新作 https://zenn.dev/skanehira/articles/2022-03-29-go-investigation-memory-leak

budougumi0617 commented 2 years ago

ニホンイタチだった 4月新刊情報『実用 Go言語』 https://www.oreilly.co.jp/editors/archives/2022/03/1969_practical_go_programming.html

budougumi0617 commented 2 years ago

StaticcheckがGo1.18サポートしたらしいのでそろそろGo1.18にあげてもいいかもしれない。 https://github.com/dominikh/go-tools/releases/tag/2022.1

budougumi0617 commented 2 years ago

Workspaceモードの話 https://dev.to/gophers/what-are-go-workspaces-and-how-do-i-use-them-1643

budougumi0617 commented 2 years ago

Hokkaido.go!! https://connpass.com/event/241398/

// イベント参加は全国各地から大歓迎です。

budougumi0617 commented 2 years ago

Go 1.18 and Google Cloud: Go now with Google Cloud https://cloud.google.com/blog/products/gcp/go-1-18-and-google-cloud-go-now-with-google-cloud

budougumi0617 commented 2 years ago

UberのGCチューニング https://www.infoq.com/jp/news/2022/03/uber-go-gc-tuner/

budougumi0617 commented 2 years ago

https://planetscale.com/blog/generics-can-make-your-go-code-slower

planetscale の方による Go generics のレビュー https://twitter.com/codehex/status/1509219079579893762

budougumi0617 commented 2 years ago

ちょっと遅れます

budougumi0617 commented 2 years ago

anyがいろいろ https://twitter.com/budougumi0617/status/1509335414833770499

budougumi0617 commented 2 years ago

inしました 🙇 https://zoom.us/j/98968207509?pwd=Y1B3dDJMQS9UdEdpUGxEd1J2UEdmdz09

budougumi0617 commented 2 years ago

図がわかりやすいとの噂

Package Management in Go https://dev.to/cdugga/package-management-in-go-2hjl

https://proxy.golang.org/ とかみないとよくわからないんだよな。

budougumi0617 commented 2 years ago

ベンチマークを比較するコマンドがあったような…

ぐぐったら自分のブログが出てくる事件 https://budougumi0617.github.io/2020/12/04/goroutine_tuning_with_benchmark_benchstat_trace

budougumi0617 commented 2 years ago

Goも市民権を得ているんだなあ。 https://findy-code.io/job_market_trends/202202

budougumi0617 commented 2 years ago

elasticsearchの公式クライアントむず。。。 https://pkg.go.dev/github.com/elastic/go-elasticsearch/v8@v8.1.0#section-readme

  res, err = es.Search(
    es.Search.WithContext(context.Background()),
    es.Search.WithIndex("test"),
    es.Search.WithBody(&buf),
    es.Search.WithTrackTotalHits(true),
    es.Search.WithPretty(),
  )
budougumi0617 commented 2 years ago

http.Hijacker https://zenn.dev/codehex/articles/de2f9a7022998b

budougumi0617 commented 2 years ago

https://www.elastic.co/jp/blog/the-go-client-for-elasticsearch-introduction

(This pattern is also implemented by the Ruby client.

Ruby由来なのかな?