]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.2] go/build: document the go1.2 build tag
authorAndrew Gerrand <adg@golang.org>
Fri, 1 Nov 2013 00:10:46 +0000 (11:10 +1100)
committerAndrew Gerrand <adg@golang.org>
Fri, 1 Nov 2013 00:10:46 +0000 (11:10 +1100)
««« 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

index b5fc071d61a73b716f1db16a1ec4bba8a206bf99..b2f04ea45cf9434b70421edb8f4da713c854627e 100644 (file)
@@ -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,