Commit bf70ba07 authored by Agniva De Sarker's avatar Agniva De Sarker Committed by Daniel Martí

go/build: clarify that there are no build tags for minor releases

Fixes #26458

Change-Id: If932718ca8a2b230ab52495c1a7a82d86ab1325b
Reviewed-on: https://go-review.googlesource.com/136215Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 141eacd2
......@@ -110,6 +110,9 @@
// - "go1.11", from Go version 1.11 onward
// - any additional words listed in ctxt.BuildTags
//
// There are no build tags for beta or minor releases. Programs that need the
// minor release number can call runtime.Version.
//
// If a file's name, after stripping the extension and a possible _test suffix,
// matches any of the following patterns:
// *_GOOS
......
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