six-ddc / plow

A high-performance HTTP benchmarking tool that includes a real-time web UI and terminal display
Apache License 2.0
4.11k stars 140 forks source link

installing executables with 'go get' is deprecated #23

Closed avdb13 closed 2 years ago

avdb13 commented 2 years ago

go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. For more information, see https://golang.org/doc/go-get-install-deprecation

six-ddc commented 2 years ago

Thanks.