We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6db9a commit 6afabe2Copy full SHA for 6afabe2
doc/go1.14.html
@@ -56,6 +56,14 @@ <h3 id="darwin">Darwin</h3>
56
Go 1.14 is the last Go release to support 32-bit binaries on
57
macOS (the <code>darwin/386</code> port). They are no longer
58
supported by macOS, starting with macOS 10.15 (Catalina).
59
+ Go continues to support the 64-bit <code>darwin/amd64</code> port.
60
+</p>
61
+
62
+<p><!-- golang.org/issue/34751 -->
63
+ Go 1.14 will likely be the last Go release to support 32-bit
64
+ binaries on iOS, iPadOS, watchOS, and tvOS
65
+ (the <code>darwin/arm</code> port). Go continues to support the
66
+ 64-bit <code>darwin/arm64</code> port.
67
</p>
68
69
<h3 id="nacl">Native Client (NaCl)</h3>
0 commit comments