Versions in this module Expand all Collapse all v1 v1.0.2 Nov 30, 2021 v1.0.1 Nov 30, 2021 Changes in this version + func IsZeroFilled(b []byte) bool + type Range struct + Length uint64 + Offset uint64 + func (r Range) End() uint64 + func (r Range) Exclude(_toExcludes ...Range) Ranges + func (r Range) Intersect(cmp Range) bool + func (r Range) String() string + type Ranges []Range + func MergeRanges(in Ranges, mergeDistance uint64) Ranges + func (s *Ranges) SortAndMerge() + func (s Ranges) Compile(b []byte) []byte + func (s Ranges) IsIn(index uint64) bool + func (s Ranges) Sort() + func (s Ranges) String() string Other modules containing this package github.com/orangecms/converged-security-suite/v2