diff --git a/doc/go1.13.html b/doc/go1.13.html index a1584f99da..f9a6c5b710 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -366,6 +366,13 @@ go env -w GOSUMDB=off files may be searched for directives but ignored during build.

+

+ As announced in the Go 1.12 release + notes, binary-only packages are no longer supported. Building a binary-only + package (marked with a //go:binary-only-package comment) now + results in an error. +

+

Compiler toolchain