date_constraint.go
comment on exported const DateConstraintAfter should be of the form "DateConstraintAfter ..." Open
Open
// The real date is after the specified date value. This often (but not
- Exclude checks
comment on exported const DateConstraintBefore should be of the form "DateConstraintBefore ..." Open
Open
// The real date is before the specified date value. This often (but not
- Exclude checks
comment on exported const DateConstraintAbout should be of the form "DateConstraintAbout ..." Open
Open
// The date is approximate. There is no defined error margin (how much the
- Exclude checks
comment on exported const DateConstraintExact should be of the form "DateConstraintExact ..." Open
Open
// There is no constraint. The date is at the value specified.
- Exclude checks