Categorygithub.com/ijt/go-anytime/v2
modulepackage
2.1.1
Repository: https://github.com/ijt/go-anytime.git
Documentation: pkg.go.dev

# Functions

ParseRange parses either an explicit range or an implicit range starting at the beginning of s.
RangeFromTimes returns a Range from two times.
ReplaceAllRangesByFunc replaces all dates and date ranges within the string s by the result of calling f on the parsed date/range and the substring src that gave rise to it.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Range is a time range as a half-open interval.

# Type aliases

No description provided by the author
RangeFunc is a function that can make a Range, given a reference time and a default direction.