2021-10-01から1ヶ月間の記事一覧

sliceの定義パターンメモ

Sliceの定義パターンメモ 適切な定義 定義パターン 1. var declaration with no assigned value [zero length, nil] いつ使う? 2. slice literal [zero length, not nil] いつ使う? 3. make() 3-1. slice as buffer [non-zero length, not nil] いつ使う?…