fcambus / rrda

REST API allowing to perform DNS queries over HTTP

Home Page:https://www.statdns.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO build failed

soullivaneuh opened this issue · comments

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?