Versions in this module Expand all Collapse all v0 v0.1.0 Oct 14, 2024 Changes in this version + type NetAddress struct + IP net.IP + Network *net.IPNet + var LoopbackRoute NetAddress + func ParseNetAddress(address string) (NetAddress, error) + func (addr NetAddress) String() string