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

doc: announce the end of support for binary-only packages

Updates #28152

Change-Id: If859221afc683b392f649e79d7ff0a06125cbe10
Reviewed-on: https://go-review.googlesource.com/c/152918
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Bryan C. Mills 2018-12-06 09:03:59 -05:00
parent e546ef123e
commit 6129e331ac

View File

@ -98,6 +98,12 @@ Go 1.13 will require macOS 10.11 El Capitan or later.
has no effect in Go 1.12.
</p>
<h3 id="binary-only">Binary-only packages</h3>
<p>
Go 1.12 is the last release that will support binary-only packages.
</p>
<h3 id="modules">Modules</h3>
<p><!-- CL 148517 -->