mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-10 07:27:57 +02:00
Update test goldens + drop duplicate macos version from go tests
This commit is contained in:
@ -393,7 +393,6 @@ func concatIterators(iters ...iter.Seq2[string, error]) iter.Seq2[string, error]
|
||||
for _, seq := range iters {
|
||||
seq(yield)
|
||||
}
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
@ -406,7 +405,6 @@ func Values[Slice ~[]Elem, Elem any](s Slice) iter.Seq2[Elem, error] {
|
||||
return
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
@ -436,8 +434,6 @@ func readFileToIterator(path string) iter.Seq2[string, error] {
|
||||
yield("", fmt.Errorf("scanner.Err()=%w", err))
|
||||
return
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user