go get error can't load package: package github.com/hu17889/go_spider: no buildable Go source files in $GOPATH\src\github.com\hu17889\go_spider
foxundermoon opened this issue · 2 comments
foxundermoon commented
can't load package: package github.com/hu17889/go_spider: no buildable Go source files in D:\Server\gopath\src\github.com\hu17889\go_spider
what's wrong?
scbizu commented
There is no buildable source file under the go-spider
. You just need to go get (git clone)the whole Res.And use go install
the run e.g. ?
mercury1989 commented
- go get github.com/hu17889/go_spider
- cd github.com/hu17889/go_spider/core/spider/
- go install