codesenberg / bombardier

Fast cross-platform HTTP benchmarking tool written in Go
MIT License
5.91k stars 313 forks source link

Update README.md #83

Closed r0fls closed 2 years ago

r0fls commented 2 years ago

I get the following installing via the readme method

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
        or run 'go help get' or 'go help install'.
mcallaghan-geotab commented 2 years ago

ha! i just did this too whoops https://github.com/codesenberg/bombardier/pull/85

mcallaghan-geotab commented 2 years ago

@codesenberg -

codesenberg commented 2 years ago

@mcallaghan-geotab, @r0fls thanks folks. I rarely check what's going on with this repo nowadays, but this change is very useful. Updated README and docs.go in master branch.