From: Jay Conrod Date: Mon, 24 Jun 2019 23:04:15 +0000 (-0400) Subject: doc/go1.13: binary-only package are no longer supported X-Git-Tag: go1.13beta1~7 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8382ccb0bcc57b5d4240bb662bc1e68c5d921b4c;p=gostls13.git 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 TryBot-Result: Gobot Gobot Reviewed-by: Bryan C. Mills --- 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