Commit 8382ccb0 authored by Jay Conrod's avatar Jay Conrod

doc/go1.13: binary-only package are no longer supported

Change-Id: Ieb4a78730a0685627b4730381b72cbd01031c8fa
Reviewed-on: https://go-review.googlesource.com/c/go/+/183633
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarBryan C. Mills <bcmills@google.com>
parent fa0537b8
......@@ -366,6 +366,13 @@ go env -w GOSUMDB=off
files may be searched for directives but ignored during build.
</p>
<p id="binary-only"><!-- CL 165746 -->
As <a href="/doc/go1.12#binary-only">announced</a> in the Go 1.12 release
notes, binary-only packages are no longer supported. Building a binary-only
package (marked with a <code>//go:binary-only-package</code> comment) now
results in an error.
</p>
<h3 id="compiler">Compiler toolchain</h3>
<p><!-- CL 170448 -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment