# Functions
No description provided by the author
IntToIP convert uint32 to ip.
IPv4ToInt convert ip to uint32 returns 0 if it's an invalid ip.
No description provided by the author
No description provided by the author
No description provided by the author
ParseIPRange parses ip range from the format 192.168.0.1~192.168.2.3 returns nil if it's an invalid format.
# Constants
No description provided by the author
# Structs
IPRange represents a continuous ips, first and last included.
SparseSubnet represents a sparse subnet.
# Type aliases
IPNet add marshal and unmarshal func for net.IPNet.