Skip to content

README has outdated installation instructionsΒ #47

@SwapnilDeshpande

Description

@SwapnilDeshpande

The README tells to install httprobe using the command:

go get -u github.com/tomnomnom/httprobe

However, giving that command on mac terminal with the latest Go version (go version go1.17 as of Aug 2021) gives an error saying:

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'.

Using the install command like go install github.com/tomnomnom/httprobe@master works. The README needs to be updated with this command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions