Skip to content

Commit d949658

Browse files
committed
vendor: delete
The vendor directory in this repository is quite old and got out of sync with the module versions selected via go.mod file. The versions selected in go.mod are good for use, so this CL resolves the conflict by removing the vendor directory. Fixes golang/go#37738. Change-Id: Icf8b022db4c3d03d5300c796e86906683f9525e4 Reviewed-on: https://go-review.googlesource.com/c/perf/+/222540 Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Go Bot <[email protected]> Trust: Dmitri Shuralyov <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]>
1 parent 9c9101d commit d949658

File tree

200 files changed

+2
-256890
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+2
-256890
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ tools to be written against the API. A client can be found in the
3232

3333
## Download/Install
3434

35-
The easiest way to install is to run `go get -u golang.org/x/perf/cmd/...`. You can
36-
also manually git clone the repository to `$GOPATH/src/golang.org/x/perf`.
35+
The easiest way to install is to run `go get golang.org/x/perf/cmd/...`.
36+
You can also manually git clone the repository and run `go install ./cmd/...`.
3737

3838
## Report Issues / Send Patches
3939

vendor/cloud.google.com/go/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)