From 9b0e8a2c95714e1ddaea8cddb7c37f67ff00144a Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Thu, 3 Dec 2020 12:12:23 -0500 Subject: [PATCH] doc/go1.16: tidy darwin/arm64 port section For #40700. Change-Id: I4f5d93e4ed13864f8b7dcc772d7ae074772b5a3f Reviewed-on: https://go-review.googlesource.com/c/go/+/275175 Trust: Austin Clements Reviewed-by: Cherry Zhang --- doc/go1.16.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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.

Ports

-

Darwin

+

Darwin and iOS

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.

NetBSD