Skip to content

Commit 19b90af

Browse files
authored
Update util.go
1 parent 7d3df09 commit 19b90af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

util/util.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package cxnetutil
2-
2+
import (
3+
"net"
4+
)
35
func IsPrivateSubnet(ipAddress net.IP) uint8 {
46
// my use case is only concerned with ipv4 atm
57
if ipCheck := ipAddress.To4(); ipCheck != nil {

0 commit comments

Comments
 (0)