blinkist-m4a-downloader icon indicating copy to clipboard operation
blinkist-m4a-downloader copied to clipboard

Cannot find package github.com/gocolly/colly

Open SimonBard opened this issue 4 years ago • 1 comments

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.

SimonBard avatar Apr 25 '20 09:04 SimonBard

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

cupuyc avatar May 09 '20 20:05 cupuyc