😊
A Tour of Goが終わったら読むものメモ
はじめに
入門編は↓
さらに理解を深めるための、その他資料まとめです
他の言語から
もうちょっと学ぶ
とほほのGo言語入門
メルカリ公開資料 Microsoft公開資料公式ドキュメント
TIPS集(ちょっと古い?)
Although it is a good guide to understand how to use the language itself, thanks to the stability of the language, it says little about the libraries and nothing about significant changes to the Go ecosystem since it was written, such as the build system, testing, modules, and polymorphism.
レビューの一般的なコメントのまとめ テストについて
スタイルガイド
Googleの例
以下に分かれている- 全員:https://google.github.io/styleguide/go/guide
- メンター:https://google.github.io/styleguide/go/decisions
- 興味のある人:https://google.github.io/styleguide/go/best-practices
Uberの例(日本語訳)
逆引き
Discussion