refactor: rename main module to github.com/psviderski/uncloud

This commit is contained in:
Pavel Sviderski
2025-03-22 18:25:08 +10:00
parent f1a150821c
commit 3757813b20
74 changed files with 176 additions and 172 deletions
+1 -1
View File
@@ -2,9 +2,9 @@ package network
import (
"fmt"
"github.com/psviderski/uncloud/internal/secret"
"net"
"net/netip"
"uncloud/internal/secret"
)
// MachineIP returns the IP address of the machine which is the first address in the subnet.