mirror of
https://github.com/golang/go
synced 2024-11-12 09:10:21 -07:00
6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
echo 'misc/benchcmp has moved:' >&2
|
||
|
echo ' go get -u code.google.com/p/go.tools/cmd/benchcmp' >&2
|
||
|
exit 2
|