benchcmp: leave a forwarding script

People (like me!) will still try to run misc/benchcmp
and wonder where it went. Tell them.

LGTM=bradfitz
R=golang-codereviews, bradfitz, dave
CC=adg, golang-codereviews, r
https://golang.org/cl/82710043
This commit is contained in:
Russ Cox 2014-03-31 16:39:41 -04:00
parent 1b42d25ae3
commit f8c25b62b8
1 changed files with 5 additions and 0 deletions

5
misc/benchcmp Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
echo 'misc/benchcmp has moved:' >&2
echo ' go get -u code.google.com/p/go.tools/cmd/benchcmp' >&2
exit 2