diff --git a/collection/README.md b/collection/README.md index be7bbf5..20b2f1d 100644 --- a/collection/README.md +++ b/collection/README.md @@ -10,3 +10,9 @@ append関数の使い方や仕組み +## map.go + +map + +- mapのメンバは変数ではないのでアドレスは取れない +- `delete(hoge, "key")` で要素の削除