gobench-io / gobench

A benchmark framework based on Golang
Apache License 2.0
73 stars 15 forks source link

Cannot build Gobench #144

Closed nguyencatpham closed 1 year ago

nguyencatpham commented 1 year ago

The installation document is out of date because of the deprecation of 'go get' for installing executables. We will use go install instead go get.

Example to install the latest binary from the master branch

go install github.com/gobench-io/gobench@master

https://go.dev/doc/go-get-install-deprecation