summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-11-01 11:10:46 +1100
committerAndrew Gerrand <adg@golang.org>2013-11-01 11:10:46 +1100
commit48bf46fb4dcbca19c8ed03ca45e44297fc209443 (patch)
treeffb2ef228bd3941c9b0d203b480ccd379acbceff
parentb5893b96477f30624f48adf5c14d1cfda8de8f0a (diff)
downloadgo-48bf46fb4dcbca19c8ed03ca45e44297fc209443.tar.gz
[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://codereview.appspot.com/14930046 Committer: Andrew Gerrand <adg@golang.org> ??? R=golang-dev CC=golang-dev https://codereview.appspot.com/19960044
-rw-r--r--src/pkg/go/build/doc.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/go/build/doc.go b/src/pkg/go/build/doc.go
index b5fc071d6..b2f04ea45 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,