Skip to content
New issue

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

Cannot find package github.com/gocolly/colly #13

Open
SimonBard opened this issue Apr 25, 2020 · 1 comment
Open

Cannot find package github.com/gocolly/colly #13

SimonBard opened this issue Apr 25, 2020 · 1 comment

Comments

@SimonBard
Copy link

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.

@cupuyc
Copy link

cupuyc commented May 9, 2020

I found the tip in another repo gocolly/colly#475.
Run this before installation
go mod init github.com/luckylittle/blinkist-m4a-downloader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants