aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-06-18 09:05:24 -0700
committerRuss Cox <rsc@golang.org>2014-06-18 09:05:24 -0700
commit9d7a83a04bbc5d621b03bda6da82bc3258a07e2b (patch)
treec4d82810fc254e5a9999eda9f875b8125dd19ba1
parent60b7cd2c85a18b901b23ef9a0f675de4e9a27d67 (diff)
downloadgo-9d7a83a04bbc5d621b03bda6da82bc3258a07e2b.tar.gz
go-9d7a83a04bbc5d621b03bda6da82bc3258a07e2b.zip
[release-branch.go1.3] go/build: update doc.go for go1.3 build tag.
««« CL 102470045 / f15ad332ce13 go/build: update doc.go for go1.3 build tag. LGTM=bradfitz R=adg, rsc, bradfitz CC=golang-codereviews https://golang.org/cl/102470045 »»» LGTM=bradfitz R=bradfitz CC=golang-codereviews https://golang.org/cl/105310044
-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 83292f29f8..f17f76ccc7 100644
--- a/src/pkg/go/build/doc.go
+++ b/src/pkg/go/build/doc.go
@@ -99,6 +99,7 @@
// - "cgo", if ctxt.CgoEnabled is true
// - "go1.1", from Go version 1.1 onward
// - "go1.2", from Go version 1.2 onward
+// - "go1.3", from Go version 1.3 onward
// - any additional words listed in ctxt.BuildTags
//
// If a file's name, after stripping the extension and a possible _test suffix,