Skip to content

Commit b4a71c9

Browse files
committed
doc/go1.16: reference misc/ios/README for how to build iOS programs
Updates #43371, #43343. Change-Id: Ib89b809a5220717507272453ea86224d1928dd36 Reviewed-on: https://go-review.googlesource.com/c/go/+/280154 Trust: Cherry Zhang <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent f83e0f6 commit b4a71c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/go1.16.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ <h3 id="darwin">Darwin and iOS</h3>
5555
Go 1.16 adds an <code>ios/amd64</code> port, which targets the iOS
5656
simulator running on AMD64-based macOS. Previously this was
5757
unofficially supported through <code>darwin/amd64</code> with
58-
the <code>ios</code> build tag set.
58+
the <code>ios</code> build tag set. See also
59+
<a href="/misc/ios/README"><code>misc/ios/README</code></a> for
60+
details about how to build programs for iOS and iOS simulator.
5961
</p>
6062

6163
<p><!-- golang.org/issue/23011 -->

0 commit comments

Comments
 (0)