Go 1.16 が 2021年2月16日にのリリースされました。
多数の変更点がありますが、特に注目すべきは
Apple Silicon の対応が入ったことでしょうか。
macOS の方は以下のコマンドでインストールできます。
Big Sur で確認済み。
% brew install go
既にインストール済みの場合
% brew upgrade go
% go version go version go1.16 darwin/amd64
Go 1.16 Release Notes
https://tip.golang.org/doc/go1.16
Go 1.16 リリースノート 日本語訳 – Qiita
https://qiita.com/c-yan/items/f6f504d5e1c1caceace4
Go 1.16連載が始まります
https://future-architect.github.io/articles/20210207
Go 1.16からリリースされたgo:embedとは
https://future-architect.github.io/articles/20210208
Go 1.16、レジスタベースの呼出規約をサポート
https://www.infoq.com/jp/news/2020/09/go-register-calling-convention
Proposal: Register-based Go calling convention
https://go.googlesource.com/proposal/+/refs/changes/78/248178/1/design/40724-register-calling.md
Go言語でオススメの本
Goならわかるシステムプログラミング
改訂2版 みんなのGo言語
コメント