1
0
mirror of https://github.com/golang/go synced 2024-11-23 07:40:04 -07:00

doc/go1.10: note that plugin now works on darwin/amd64

Fixes #23085

Change-Id: I7fef281079e9e08c49ae05371506b0b881a467db
Reviewed-on: https://go-review.googlesource.com/83577
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Brad Fitzpatrick 2017-12-13 01:20:02 +00:00
parent 13bf4ada80
commit 132b528e71

View File

@ -437,7 +437,7 @@ The various <a href="https://docs.google.com/document/d/1nr-TQHw_er6GOQRsF6T43GG
has been ported to more systems. has been ported to more systems.
Specifically, <code>c-shared</code> now works on <code>linux/ppc64le</code>, <code>windows/386</code>, and <code>windows/amd64</code>; Specifically, <code>c-shared</code> now works on <code>linux/ppc64le</code>, <code>windows/386</code>, and <code>windows/amd64</code>;
<code>pie</code> now works on <code>darwin/amd64</code> and also forces the use of external linking on all systems; <code>pie</code> now works on <code>darwin/amd64</code> and also forces the use of external linking on all systems;
and <code>plugin</code> now works on <code>linux/ppc64le</code>. and <code>plugin</code> now works on <code>linux/ppc64le</code> and <code>darwin/amd64</code>.
</p> </p>
<p> <p>