mirror of
https://github.com/golang/go
synced 2024-11-12 07:40:23 -07:00
f8c25b62b8
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
6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo 'misc/benchcmp has moved:' >&2
|
|
echo ' go get -u code.google.com/p/go.tools/cmd/benchcmp' >&2
|
|
exit 2
|