]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: update doc.go for go1.3 build tag.
authorDavid Symonds <dsymonds@golang.org>
Wed, 18 Jun 2014 15:47:05 +0000 (08:47 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 18 Jun 2014 15:47:05 +0000 (08:47 -0700)
LGTM=bradfitz
R=adg, rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/102470045

src/pkg/go/build/doc.go

index 83292f29f82fb423cd15fe1611d2ae4537e1f0b5..f17f76ccc7bb0566bd134966eb2f28713267429b 100644 (file)
@@ -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,