]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] cmd/go: new tag selection logic
authorAndrew Gerrand <adg@golang.org>
Thu, 26 Apr 2012 18:36:07 +0000 (11:36 -0700)
committerAndrew Gerrand <adg@golang.org>
Thu, 26 Apr 2012 18:36:07 +0000 (11:36 -0700)
commit6b8d891e4e0d102316d164dbd9b5c376d31649ad
treea9a58a50ecf399a820207e6723cf888f2744c9c8
parentcbffaffa6d904df85c6e6e37179a603f57666053
[release-branch.go1] cmd/go: new tag selection logic

««« CL 6112060 / bcd5635a53b0
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
»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/6116059
src/cmd/go/get.go
src/cmd/go/tag_test.go