Move src to pkg

This commit is contained in:
George 2020-09-22 07:51:20 -04:00
parent 4c56825359
commit 26c435f6c9
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) {