hu17889/go_spider

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

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?

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. ?

  1. go get github.com/hu17889/go_spider
  2. cd github.com/hu17889/go_spider/core/spider/
  3. go install