]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.16: reference misc/ios/README for how to build iOS programs
authorCherry Zhang <cherryyz@google.com>
Mon, 28 Dec 2020 19:36:45 +0000 (14:36 -0500)
committerCherry Zhang <cherryyz@google.com>
Tue, 29 Dec 2020 20:35:10 +0000 (20:35 +0000)
Updates #43371, #43343.

Change-Id: Ib89b809a5220717507272453ea86224d1928dd36
Reviewed-on: https://go-review.googlesource.com/c/go/+/280154
Trust: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.16.html

index 1694b2277db1d7d0484209900b01b11448af4c71..0c2921fe6b0b1880e479e30e8be4138413573a43 100644 (file)
@@ -55,7 +55,9 @@ Do not send CLs removing the interior tags from such phrases.
   Go 1.16 adds an <code>ios/amd64</code> port, which targets the iOS
   simulator running on AMD64-based macOS. Previously this was
   unofficially supported through <code>darwin/amd64</code> with
-  the <code>ios</code> build tag set.
+  the <code>ios</code> build tag set. See also
+  <a href="/misc/ios/README"><code>misc/ios/README</code></a> for
+  details about how to build programs for iOS and iOS simulator.
 </p>
 
 <p><!-- golang.org/issue/23011 -->