Rename the Length methods Len to follow GO standart

This commit is contained in:
2022-11-17 11:09:58 +01:00
parent eb32089305
commit 29563aa94e
30 changed files with 134 additions and 130 deletions

View File

@ -39,7 +39,7 @@ func (iterator IBioSequenceBatch) Speed(message ...string) IBioSequenceBatch {
for iterator.Next() {
batch := iterator.Get()
l := batch.Length()
l := batch.Len()
newIter.Push(batch)
bar.Add(l)
}