mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
7f0be1f781
LGTM=rsc, r R=r, rsc CC=golang-codereview, golang-codereviews https://golang.org/cl/168050043
5 lines
110 B
Bash
Executable file
5 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo 'misc/benchcmp has moved:' >&2
|
|
echo ' go get -u golang.org/x/tools/cmd/benchcmp' >&2
|
|
exit 2
|