]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.10: note that plugin now works on darwin/amd64
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Dec 2017 01:20:02 +0000 (01:20 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Dec 2017 01:38:19 +0000 (01:38 +0000)
Fixes #23085

Change-Id: I7fef281079e9e08c49ae05371506b0b881a467db
Reviewed-on: https://go-review.googlesource.com/83577
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.10.html

index e2ac5319d3753d83322d8711fc1bcebf1ae1c2f3..ec6a4d1c7e7a2fc36bb5b8000fe0e0c681f68ca9 100644 (file)
@@ -437,7 +437,7 @@ The various <a href="https://docs.google.com/document/d/1nr-TQHw_er6GOQRsF6T43GG
 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>;
 <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>