From 77ac7fdcc86aab3190bb9c85b1e65073b4db4177 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 1 Nov 2013 11:10:46 +1100 Subject: [PATCH] [release-branch.go1.2] go/build: document the go1.2 build tag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« CL 14930046 / d4f6533fad0b go/build: document the go1.2 build tag R=golang-dev, adg CC=golang-dev https://golang.org/cl/14930046 »»» R=golang-dev CC=golang-dev https://golang.org/cl/19960044 --- src/pkg/go/build/doc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pkg/go/build/doc.go b/src/pkg/go/build/doc.go index b5fc071d61..b2f04ea45c 100644 --- a/src/pkg/go/build/doc.go +++ b/src/pkg/go/build/doc.go @@ -94,6 +94,7 @@ // - the compiler being used, either "gc" or "gccgo" // - "cgo", if ctxt.CgoEnabled is true // - "go1.1", from Go version 1.1 onward +// - "go1.2", from Go version 1.2 onward // - any additional words listed in ctxt.BuildTags // // If a file's name, after stripping the extension and a possible _test suffix, -- 2.50.0