Versions in this module Expand all Collapse all v0 v0.9.0 Feb 10, 2018 GO-2023-1857 GO-2023-1857: Panic when parsing ranges with invalid masks in github.com/malfunkt/iprange Changes in this version + type AddressRange struct + Max net.IP + Min net.IP + func Parse(in string) (*AddressRange, error) + func (r *AddressRange) Expand() []net.IP + type AddressRangeList []AddressRange + func ParseList(in string) (AddressRangeList, error) + func (l AddressRangeList) Expand() []net.IP