From 9d7a83a04bbc5d621b03bda6da82bc3258a07e2b Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 18 Jun 2014 09:05:24 -0700 Subject: [release-branch.go1.3] go/build: update doc.go for go1.3 build tag. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ««« 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 --- src/pkg/go/build/doc.go | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3-54-g00ecf