mirror of https://github.com/golang/go.git
misc/dist: use go.tools release branch
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/15450047
This commit is contained in:
parent
08a5614597
commit
9b321faae7
|
|
@ -49,7 +49,7 @@ const (
|
|||
blogPath = "code.google.com/p/go.blog"
|
||||
toolPath = "code.google.com/p/go.tools"
|
||||
tourPath = "code.google.com/p/go-tour"
|
||||
defaultToolTag = "9e246fa49449" // go.tools as of 2013-10-18, for go1.2
|
||||
defaultToolTag = "release-branch.go1.2"
|
||||
)
|
||||
|
||||
// Import paths for tool commands.
|
||||
|
|
|
|||
Loading…
Reference in New Issue