Move src to pkg

This commit is contained in:
George 2020-09-22 07:51:20 -04:00 committed by George
parent 8052e6c080
commit 86e3eddddf
5 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import (
"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) {

View File

@ -5,7 +5,7 @@ import (
"net"
"testing"
"github.com/zhoreeq/meshname/src/meshname"
"github.com/zhoreeq/meshname/pkg/meshname"
)
func TestIPFromDomain(t *testing.T) {