| https://groups.google.com/g/golang-announce/c/2-Rj3P5uRLs/m/mYxD2RJkAQAJ?pli=1  
 
 Apple Silicon (GOOS=darwin GOARCH=arm64)을 최초로 지원하는 Go 1.16 베타 1이 공식적으로 공개되었습니다. 
 Hello gophers,
 We have just released go1.16beta1, a beta version of Go 1.16.
 It is cut from the master branch at the revision tagged go1.16beta1.
 
 Please try your production load tests and unit tests with the new version.
 Your help testing these pre-release versions is invaluable.
 
 Report any problems using the issue tracker:
 https://golang.org/issue/new
 
 If you have Go installed already, the easiest way to try go1.16beta1
 is by using the go command:
 $ go get golang.org/dl/go1.16beta1
 $ go1.16beta1 download
 
 You can download binary and source distributions from the usual place:
 https://golang.org/dl/#go1.16beta1
 
 To find out what has changed in Go 1.16, read the draft release notes:
 https://tip.golang.org/doc/go1.16
 
 Cheers,
 The Go Team
 |