date_range.go
exported method DateRange.Duration should have comment or be unexported Open
Open
func (dr DateRange) Duration() Duration {
- Exclude checks
exported function NewZeroDateRange should have comment or be unexported Open
Open
func NewZeroDateRange() DateRange {
- Exclude checks
exported method DateRange.Sub should have comment or be unexported Open
Open
func (dr DateRange) Sub(dr2 DateRange) DurationRange {
- Exclude checks
exported function NewDateRangeWithString should have comment or be unexported Open
Open
func NewDateRangeWithString(s string) (dr DateRange) {
- Exclude checks
comment on exported method DateRange.StartDate should be of the form "StartDate ..." Open
Open
// Start is the lower boundary of the date range.
- Exclude checks
exported method DateRange.Compare should have comment or be unexported Open
Open
func (dr DateRange) Compare(dr2 DateRange) DateRangeComparison {
- Exclude checks
comment on exported method DateRange.IsBefore should be of the form "IsBefore ..." Open
Open
// Before returns true if the start date is before the other start date.
- Exclude checks
comment on exported method DateRange.IsAfter should be of the form "IsAfter ..." Open
Open
// After returns true if the end date is after the other end date.
- Exclude checks
exported method DateRange.StartAndEndDates should have comment or be unexported Open
Open
func (dr DateRange) StartAndEndDates() (Date, Date) {
- Exclude checks
exported method DateRange.ParseError should have comment or be unexported Open
Open
func (dr DateRange) ParseError() error {
- Exclude checks
comment on exported method DateRange.EndDate should be of the form "EndDate ..." Open
Open
// End is the upper boundary of the date range.
- Exclude checks