A Tour of Goのざっくりまとめ③ <More types: pointers, structs編>

こちらの記事の続きです。 mattsun-plapla.hatenablog.com mattsun-plapla.hatenablog.com 今回のMore Types編は長いので分割して書いていきます。 Pointers Struct Anonymous struct メソッド Pointers to Struct Anonymous fields Nested Struct Struct Literals 参考にさせて頂きました Pointers ポインタは値のメモリ…