Skip to content

Commit

Permalink
Run go mod tidy and fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 committed Mar 17, 2019
1 parent 391cc9e commit a81a96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ isEmpty := bq.IsEmpty()

## Benchmarks

Benchmarks are run on a Lenovo P52s laptop (4x2 core, i7, 15.4GB RAM) ubuntu 18.10 AMI, 64 bit machine.
Benchmarks are run on a Lenovo P52s laptop (i7-8550U, 8 core @1.80GHz, 15.4GB RAM) having ubuntu 18.10, 64 bit machine.

Go version: 1.12

Expand Down
3 changes: 1 addition & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/grandecola/mmap v0.2.0 h1:4s/zu5Cg/OwYf/DyTqoBYTjLi0r2yaoBNxQjtih4mMU=
github.com/grandecola/mmap v0.2.0/go.mod h1:6Lhf+IGNm1y3FtzfdwcBnl+EGer5COf6SL6Nbh8FWwM=
github.com/grandecola/mmap v0.3.1/go.mod h1:D5tgFYWkYaB2UvX+PxyZcHz/0eHWh/LeTk16q7iGS6I=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
Expand Down

0 comments on commit a81a96e

Please sign in to comment.