diff options
author | Andrew Gerrand <adg@golang.org> | 2013-10-18 10:51:21 +0900 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-10-18 10:51:21 +0900 |
commit | 8bb582eae03008e0cee64345a638fbf02d769715 (patch) | |
tree | 520f015466372e7f54526f3a99a2d55da62cd810 /misc | |
parent | 79fc83f5e3bf405c2622a5e254fa292d268951f3 (diff) | |
download | go-8bb582eae03008e0cee64345a638fbf02d769715.tar.gz |
misc/dist: set default go.tools tag
Fixes issue 6607.
R=dsymonds
CC=golang-dev
https://codereview.appspot.com/14830043
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dist/bindist.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/bindist.go b/misc/dist/bindist.go index 7f70bc265..38287a338 100644 --- a/misc/dist/bindist.go +++ b/misc/dist/bindist.go @@ -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. |