Rename ipd -> echoip

This commit is contained in:
Martin Polden
2018-08-27 20:33:29 +02:00
parent bc5e1ae713
commit 988f3fd19a
7 changed files with 17 additions and 17 deletions

View File

@ -7,9 +7,9 @@ import (
"path/filepath"
"strings"
"github.com/mpolden/ipd/iputil"
"github.com/mpolden/ipd/iputil/geo"
"github.com/mpolden/ipd/useragent"
"github.com/mpolden/echoip/iputil"
"github.com/mpolden/echoip/iputil/geo"
"github.com/mpolden/echoip/useragent"
"math/big"
"net"

View File

@ -8,7 +8,7 @@ import (
"net/http/httptest"
"testing"
"github.com/mpolden/ipd/iputil/geo"
"github.com/mpolden/echoip/iputil/geo"
)
func lookupAddr(net.IP) (string, error) { return "localhost", nil }