fcambus / rrda

REST API allowing to perform DNS queries over HTTP
https://www.statdns.com
BSD 2-Clause "Simplified" License
223 stars 56 forks source link

GO build failed #5

Closed soullivaneuh closed 8 years ago

soullivaneuh commented 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.

soullivaneuh commented 8 years ago

Closing, was a misconfiguration of my GOPATH.

XenRevo commented 8 years ago

I got the same problem, how did you fix it?