Closed nguyencatpham closed 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.
go install
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
The installation document is out of date because of the deprecation of 'go get' for installing executables. We will use
go install
insteadgo get
.Example to install the latest binary from the master branch
https://go.dev/doc/go-get-install-deprecation