# Packages
No description provided by the author
# Functions
Is checks if the net.IP supplied is part of the private IPv4 or IPv6 networks, it does this by testing the net.IP if it's IPv4 first and if it is, calls IsV4 otherwise it calls IsV6.
IsV4 checks if the net.IP supplied is part of the private IPv4 networks.
IsV6 checks if the net.IP supplied is part of the private IPv6 networks.