mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 00:30:27 +00:00
Small adjustment
This commit is contained in:
@@ -50,9 +50,9 @@ func (iterator IBioSequenceBatch) Speed(message ...string) IBioSequenceBatch {
|
||||
return newIter
|
||||
}
|
||||
|
||||
func SpeedPipe() Pipeable {
|
||||
func SpeedPipe(message ...string) Pipeable {
|
||||
f := func(iterator IBioSequenceBatch) IBioSequenceBatch {
|
||||
return iterator.Speed()
|
||||
return iterator.Speed(message...)
|
||||
}
|
||||
|
||||
return f
|
||||
|
||||
Reference in New Issue
Block a user