1
0
mirror of https://github.com/golang/go synced 2024-11-12 06:30:21 -07:00

misc/dist: set default go.tools tag

Fixes #6607.

R=dsymonds
CC=golang-dev
https://golang.org/cl/14830043
This commit is contained in:
Andrew Gerrand 2013-10-18 10:51:21 +09:00
parent f41b43a024
commit 73d7d12ea6

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 = "tip" // TOOD(adg): set this once Go 1.2 settles
defaultToolTag = "9e246fa49449" // go.tools as of 2013-10-18, for go1.2
)
// Import paths for tool commands.