From: Andrew Gerrand Date: Fri, 1 Nov 2013 00:10:46 +0000 (+1100) Subject: [release-branch.go1.2] go/build: document the go1.2 build tag X-Git-Tag: go1.2rc3~31 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=77ac7fdcc86aab3190bb9c85b1e65073b4db4177;p=gostls13.git [release-branch.go1.2] go/build: document the go1.2 build tag ««« 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 --- 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,