From: Russ Cox Date: Wed, 18 Jun 2014 16:05:24 +0000 (-0700) Subject: [release-branch.go1.3] go/build: update doc.go for go1.3 build tag. X-Git-Tag: go1.3~3 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9d7a83a04bbc5d621b03bda6da82bc3258a07e2b;p=gostls13.git [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 --- 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,