1
0
mirror of https://github.com/golang/go synced 2024-11-23 07:30:05 -07:00

misc/dist: use go.tools release branch

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/15450047
This commit is contained in:
Andrew Gerrand 2013-10-23 10:34:14 +04:00
parent 08a5614597
commit 9b321faae7

View File

@ -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.