Newer
Older
01_hello / collection / README.md
yhornisse on 24 Sep 2021 231 bytes add map sample

array.go

配列

slice.go

スライス

append.go

append関数の使い方や仕組み

map.go

map

  • mapのメンバは変数ではないのでアドレスは取れない
  • delete(hoge, "key") で要素の削除