From 8382ccb0bcc57b5d4240bb662bc1e68c5d921b4c Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Mon, 24 Jun 2019 19:04:15 -0400 Subject: [PATCH] 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 --- doc/go1.13.html | 7 +++++++ 1 file changed, 7 insertions(+) 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

-- 2.50.0