Skip to content

Commit

Permalink
Update util.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kolinfluence authored Apr 5, 2023
1 parent 19b90af commit 51192b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/util.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package cxnetutil
import (
"net"
"net"
"bytes"
)
func IsPrivateSubnet(ipAddress net.IP) uint8 {
// my use case is only concerned with ipv4 atm
Expand Down

0 comments on commit 51192b0

Please sign in to comment.