Closed soullivaneuh closed 8 years ago
After cloning master and entering the rrda directory, I run the following commands and get error:
$ go get -d -v ./... && go build -v ./... && go install rrda code.google.com/p/go.net (download) warning: code.google.com is shutting down; import path code.google.com/p/go.net/idna will stop working github.com/bmizerany/pat (download) github.com/miekg/dns (download) code.google.com/p/go.net/idna github.com/bmizerany/pat github.com/miekg/dns _/go/rrda can't load package: package rrda: cannot find package "rrda" in any of: /usr/local/go/src/rrda (from $GOROOT) /go/src/rrda (from $GOPATH)
No idea if it's a rrda issue or my mistake. Any idea? Thanks.
Closing, was a misconfiguration of my GOPATH.
I got the same problem, how did you fix it?
After cloning master and entering the rrda directory, I run the following commands and get error:
No idea if it's a rrda issue or my mistake. Any idea? Thanks.