mirror of
https://git.hackfreedom.org/mesh.cat/meshname.git
synced 2026-05-22 06:22:32 +00:00
Move src to pkg
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"net"
|
||||
"testing"
|
||||
|
||||
"github.com/zhoreeq/meshname/src/meshname"
|
||||
"github.com/zhoreeq/meshname/pkg/meshname"
|
||||
)
|
||||
|
||||
func TestIPFromDomain(t *testing.T) {
|
||||
Reference in New Issue
Block a user