We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83e0f6 commit b4a71c9Copy full SHA for b4a71c9
doc/go1.16.html
@@ -55,7 +55,9 @@ <h3 id="darwin">Darwin and iOS</h3>
55
Go 1.16 adds an <code>ios/amd64</code> port, which targets the iOS
56
simulator running on AMD64-based macOS. Previously this was
57
unofficially supported through <code>darwin/amd64</code> with
58
- the <code>ios</code> build tag set.
+ 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.
61
</p>
62
63
<p><!-- golang.org/issue/23011 -->
0 commit comments