1
0
mirror of https://github.com/golang/go synced 2024-09-23 23:10:13 -06:00

doc/go1.14: document freebsd/arm64 port

Updates #24715

Change-Id: Ie6421cf2d599740bbb0576bcc37bd8ddf5af3961
Reviewed-on: https://go-review.googlesource.com/c/go/+/210119
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Tobias Klauser 2019-12-05 22:46:12 +01:00 committed by Tobias Klauser
parent e751af1aba
commit eeb319a5a5

View File

@ -66,6 +66,13 @@ TODO
64-bit <code>darwin/arm64</code> port.
</p>
<h3 id="freebsd">FreeBSD</h3>
<p><!-- golang.org/issue/24715 -->
Go now supports the 64-bit ARM architecture on FreeBSD (the
<code>freebsd/arm64</code> port).
</p>
<h3 id="nacl">Native Client (NaCl)</h3>
<p><!-- golang.org/issue/30439 -->