Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RangeSpec ¶
type RangeSpec struct {
Max uint64
// contains filtered or unexported fields
}
RangeSpec parses a range specification, such as: 1,3,5-8,12- It will return a slice of RangeSpec, being two ints, a start and a stop Ranges start at 1, not zero.
Click to show internal directories.
Click to hide internal directories.