I don't know Go so I don't really know where to look for the missing dependencies so I'll ask here.
The README says to run: go get code.google.com/p/goauth2 but this doesn't seem to work
After running go get github.com/docopt/docopt-go I can see the source in $GOPATH/src/github.com/docopt/docopt-go/, while on that directory I run go build but nothing happens.
Hope someone can help me out
I don't know Go so I don't really know where to look for the missing dependencies so I'll ask here.
The README says to run:
go get code.google.com/p/goauth2but this doesn't seem to workAfter running
go get github.com/docopt/docopt-goI can see the source in$GOPATH/src/github.com/docopt/docopt-go/, while on that directory I rungo buildbut nothing happens.Hope someone can help me out