diff --git a/doc/go1.16.html b/doc/go1.16.html index 88feab30c5..1628c6f437 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -31,7 +31,7 @@ Do not send CLs removing the interior tags from such phrases.
Go 1.16 adds support of 64-bit ARM architecture on macOS (also known as @@ -43,15 +43,19 @@ Do not send CLs removing the interior tags from such phrases.
- The iOS port, which was previously darwin/arm64, is now
- moved to ios/arm64. GOOS=ios implies the
+ The iOS port, which was previously darwin/arm64, has
+ been renamed to ios/arm64. GOOS=ios
+ implies the
darwin build tag, just as GOOS=android
- implies the linux build tag.
+ implies the linux build tag. This change should be
+ transparent to anyone using gomobile to build iOS apps.
- The ios/amd64 port is added, targetting the iOS simulator
- running on AMD64-based macOS.
+ Go 1.16 adds an ios/amd64 port, which targets the iOS
+ simulator running on AMD64-based macOS. Previously this was
+ unofficially supported through darwin/amd64 with
+ the ios build tag set.