package
1.2.1
Repository: https://github.com/sfomuseum/go-edtf.git
Documentation: pkg.go.dev

# Functions

DeriveRanges will parse 'edtf_str' and return a boolean flag signaling that it was possible to derive date ranges and, when possible, a `DateRange` instance containing Unix timestamps.

# Structs

DateRange is a struct containing inner and outer `DateSpan` instances for an EDTF date string.
DateSpan is a struct containing Unix timestamps for a range of (two) dates.