Skip to content

Commit 132b528

Browse files
committed
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 <[email protected]>
1 parent 13bf4ad commit 132b528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.10.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ <h3 id="compiler">Compiler Toolchain</h3>
437437
has been ported to more systems.
438438
Specifically, <code>c-shared</code> now works on <code>linux/ppc64le</code>, <code>windows/386</code>, and <code>windows/amd64</code>;
439439
<code>pie</code> now works on <code>darwin/amd64</code> and also forces the use of external linking on all systems;
440-
and <code>plugin</code> now works on <code>linux/ppc64le</code>.
440+
and <code>plugin</code> now works on <code>linux/ppc64le</code> and <code>darwin/amd64</code>.
441441
</p>
442442

443443
<p>

0 commit comments

Comments
 (0)