We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get the following error message:
main.go:10:2: cannot find package "github.com/gocolly/colly" in any of: /usr/lib/go-1.11/src/github.com/gocolly/colly (from $GOROOT) /root/go/src/github.com/gocolly/colly (from $GOPATH)
I tried to install colly with go get -u github.com/gocolly/colly/...
but failed.
The text was updated successfully, but these errors were encountered:
I found the tip in another repo gocolly/colly#475. Run this before installation go mod init github.com/luckylittle/blinkist-m4a-downloader
go mod init github.com/luckylittle/blinkist-m4a-downloader
Sorry, something went wrong.
No branches or pull requests
I get the following error message:
main.go:10:2: cannot find package "github.com/gocolly/colly" in any of:
/usr/lib/go-1.11/src/github.com/gocolly/colly (from $GOROOT)
/root/go/src/github.com/gocolly/colly (from $GOPATH)
I tried to install colly with
go get -u github.com/gocolly/colly/...
but failed.
The text was updated successfully, but these errors were encountered: