spencerkimball / stargazers

Analyze GitHub stars
Apache License 2.0
496 stars 41 forks source link

compile and build stargarzers #5

Open monperrus opened 7 years ago

monperrus commented 7 years ago

Hi, I'm unable to build stargazers:

$ go get github.com/spencerkimball/stargazers
package github.com/cockroachdb/cockroach/util/log: cannot find package "github.com/cockroachdb/cockroach/util/log" in any of:
    /usr/lib/go-1.7/src/github.com/cockroachdb/cockroach/util/log (from $GOROOT)
    /tmp/src/github.com/cockroachdb/cockroach/util/log (from $GOPATH)
package github.com/cockroachdb/cockroach/util: cannot find package "github.com/cockroachdb/cockroach/util" in any of:
    /usr/lib/go-1.7/src/github.com/cockroachdb/cockroach/util (from $GOROOT)
    /tmp/src/github.com/cockroachdb/cockroach/util (from $GOPATH)

Any idea?

cryptid11 commented 5 years ago

me too, I cant understand how is possible there is people writing code putting it on the internet and not even add 1 minute to explain how to use, im not a go affictionate and i get problems with go install and im not even sure it's me or the project, but really feels bad not even a build.md file, why there are still repos like this?