func (ts Times) Min() *time.Time {
    if len(ts) == 0 {
        return nil
    }
    var min time.Time