tomnomnom / waybackurls

Fetch all the URLs that the Wayback Machine knows about for a domain
3.41k stars 455 forks source link

Deprecation of 'go get' #35

Open gab-ehcoud opened 2 years ago

gab-ehcoud commented 2 years ago

In Go 1.17, installing executables with go get is deprecated, go install is used instead.

0xkrnn commented 2 years ago

In Go 1.17, installing executables with go get is deprecated, go install is used instead.

How to install can u explain. In current go version is not installing it.

go install -v github.com/tomnomnom/waybackurls@latest This also not working