From: Bill Neubauer Date: Tue, 22 Oct 2013 12:43:32 +0000 (+0400) Subject: go/build: document the go1.2 build tag X-Git-Tag: go1.3beta1~1396 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=72d40a4bd9fed9524f7a1ae25d6586e966c5fdcc;p=gostls13.git go/build: document the go1.2 build tag R=golang-dev, adg CC=golang-dev https://golang.org/cl/14930046 --- diff --git a/src/pkg/go/build/doc.go b/src/pkg/go/build/doc.go index b5fc071d61..b2f04ea45c 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,