Skip to content

Commit

Permalink
Update README.md (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Aug 20, 2023
1 parent 524889b commit 73c9eca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![build-img]][build-url]
[![pkg-img]][pkg-url]
[![reportcard-img]][reportcard-url]
[![coverage-img]][coverage-url]

Helper tool for manual Go code optimization.

Expand All @@ -17,7 +16,7 @@ The original implementation was started by [@quasilyte](https://github.com/quasi

```bash
# Install go-perftuner:
$ go get -u github.com/go-perf/go-perftuner
$ go install github.com/go-perf/go-perftuner@latest

# Check installation (prints help):
$ go-perftuner help
Expand Down Expand Up @@ -82,5 +81,3 @@ boundChecks: fmt: src/fmt/format.go:161:10: slice/array has bound checks
[pkg-url]: https://pkg.go.dev/github.com/go-perf/go-perftuner
[reportcard-img]: https://goreportcard.com/badge/go-perf/go-perftuner
[reportcard-url]: https://goreportcard.com/report/go-perf/go-perftuner
[coverage-img]: https://codecov.io/gh/go-perf/go-perftuner/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/go-perf/go-perftuner

0 comments on commit 73c9eca

Please sign in to comment.