davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.95k stars 382 forks source link

docs(readme): add Go 1.17+ install command #160

Closed nikoksr closed 2 years ago

nikoksr commented 2 years ago

Summary

Hi @davecheney, this PR is to bring the readme up to date with Go 1.17 and only brings a small addition to the installation instructions.

Proposed Changes

Reason

Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead.

screenshot-27082021-154923

Read here for more info about this.

davecheney commented 2 years ago

TYVM