Commit 73d7d12e authored by Andrew Gerrand's avatar Andrew Gerrand

misc/dist: set default go.tools tag

Fixes #6607.

R=dsymonds
CC=golang-dev
https://golang.org/cl/14830043
parent f41b43a0
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment