diff --git a/site/index.html b/site/index.html index 9e75cfd..80e8d7c 100644 --- a/site/index.html +++ b/site/index.html @@ -3069,7 +3069,7 @@ Meanwhile, we should also look at golangci-lint (Source code

Not making slice copies correctly (#24)

@@ -3717,7 +3717,7 @@ the use case. However, we should see the two options as complementary.

We can prevent a data race from happening using different techniques. For example:

Race Condition

diff --git a/site/ja/index.html b/site/ja/index.html index 3df7963..e74ed22 100644 --- a/site/ja/index.html +++ b/site/ja/index.html @@ -860,21 +860,551 @@ This repo is open to Hacktoberfest!
  • - インターフェイス汚染 (#5) + インタフェース汚染 (#5)
  • - プロデューサー側のインターフェイス (#6) + 生産者側のインタフェース (#6)
  • - インターフェイスを返す (#7) + インタフェースを返す (#7) + + +
  • + +
  • + + any は何も言わない (#8) + + +
  • + +
  • + + ジェネリックスをいつ使用するべきか理解していない (#9) + + +
  • + +
  • + + 型の埋め込みで起こりうる問題を把握していない (#10) + + +
  • + +
  • + + Functional Options パターンを使用していない (#11) + + +
  • + +
  • + + 誤ったプロジェクト構成 (プロジェクト構造とパッケージ構成) (#12) + + +
  • + +
  • + + ユーティリティパッケージの作成 (#13) + + +
  • + +
  • + + パッケージ名の衝突を無視する (#14) + + +
  • + +
  • + + コードの文章化が行われていない (#15) + + +
  • + +
  • + + リンターを使用してない (#16) + + +
  • + + + + + + +
  • + + データ型 + + + + +
  • + +
  • + + 構造の制御 + + + + +
  • + +
  • + + 文字列 + + + + +
  • + +
  • + + 関数とメソッド + + + + +
  • + +
  • + + エラー処理 + + + + +
  • + +
  • + + 並行処理:基礎 + + +