Versions in this module Expand all Collapse all v1 v1.4.0 Oct 17, 2016 Changes in this version + type IPNet map[string]*net.IPNet + func ParseIPNets(specs ...string) (IPNet, error) + func (s IPNet) Delete(items ...*net.IPNet) + func (s IPNet) Difference(s2 IPNet) IPNet + func (s IPNet) Has(item *net.IPNet) bool + func (s IPNet) HasAll(items ...*net.IPNet) bool + func (s IPNet) Insert(items ...*net.IPNet) + func (s IPNet) Len() int + func (s IPNet) StringSlice() []string + func (s1 IPNet) Equal(s2 IPNet) bool + func (s1 IPNet) IsSuperset(s2 IPNet) bool