mirror of
https://github.com/golang/go
synced 2024-11-23 10:00:03 -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:
parent
08a5614597
commit
9b321faae7
2
misc/dist/bindist.go
vendored
2
misc/dist/bindist.go
vendored
@ -49,7 +49,7 @@ const (
|
|||||||
blogPath = "code.google.com/p/go.blog"
|
blogPath = "code.google.com/p/go.blog"
|
||||||
toolPath = "code.google.com/p/go.tools"
|
toolPath = "code.google.com/p/go.tools"
|
||||||
tourPath = "code.google.com/p/go-tour"
|
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.
|
// Import paths for tool commands.
|
||||||
|
Loading…
Reference in New Issue
Block a user