]> Cypherpunks repositories - gostls13.git/commit
cmd/go: new tag selection logic
authorRuss Cox <rsc@golang.org>
Thu, 26 Apr 2012 18:25:28 +0000 (14:25 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 26 Apr 2012 18:25:28 +0000 (14:25 -0400)
commitd09943aeaf9469f567f1935eb641dc6c2e2dedaa
tree88351c708ca0df3f3d9d95b2b7663b6e3499e02b
parente5f2662c25dbdf2ed258867964e424f00f7a9cb8
cmd/go: new tag selection logic

The new logic is "use go1 if it's there, otherwise no tag."
Nothing needs to say "I require go1.0.1", and I want to
preserve some flexibility in defining what tags mean.

Right now (before go1.0.1) there is only one possible tag,
"go1", and I'd like to keep it that way.

R=golang-dev, bradfitz, r, adg
CC=golang-dev
https://golang.org/cl/6112060
src/cmd/go/get.go
src/cmd/go/tag_test.go