tomnomnom / waybackurls

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

Ubuntu - Go Get Error / Go Build Same Error - Can not Build/Execute /main.go:191: u.Hostname undefined (type *url.URL has no field or method Hostname) #6

Open aksuited opened 5 years ago

aksuited commented 5 years ago
go get -v github.com/tomnomnom/waybackurls
github.com/tomnomnom/waybackurls
# github.com/tomnomnom/waybackurls
./main.go:191: u.Hostname undefined (type *url.URL has no field or method Hostname)
/go/src/github.com/tomnomnom/waybackurls# go build
# github.com/tomnomnom/waybackurls
./main.go:191: u.Hostname undefined (type *url.URL has no field or method Hostname)
HamzaAnis commented 4 years ago

I had the same problem. Update your golang version to the latest version. It should be solved.