waybackurls
waybackurls copied to clipboard
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)
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)
I had the same problem. Update your golang version to the latest version. It should be solved.