Move src to pkg
This commit is contained in:
parent
4c56825359
commit
26c435f6c9
@ -11,7 +11,7 @@ import (
|
|||||||
|
|
||||||
"github.com/gologme/log"
|
"github.com/gologme/log"
|
||||||
|
|
||||||
"github.com/zhoreeq/meshname/src/meshname"
|
"github.com/zhoreeq/meshname/pkg/meshname"
|
||||||
)
|
)
|
||||||
|
|
||||||
func parseNetworks(networksconf string) (map[string]*net.IPNet, error) {
|
func parseNetworks(networksconf string) (map[string]*net.IPNet, error) {
|
||||||
|
@ -5,7 +5,7 @@ import (
|
|||||||
"net"
|
"net"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/zhoreeq/meshname/src/meshname"
|
"github.com/zhoreeq/meshname/pkg/meshname"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestIPFromDomain(t *testing.T) {
|
func TestIPFromDomain(t *testing.T) {
|
Loading…
Reference in New Issue
Block a user