mirror of https://github.com/golang/go.git
go/build: update doc.go for go1.3 build tag.
LGTM=bradfitz R=adg, rsc, bradfitz CC=golang-codereviews https://golang.org/cl/102470045
This commit is contained in:
parent
14950d89e5
commit
5f896ae306
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue