mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 08:40:26 +00:00
Rename the Length methods Len to follow GO standart
This commit is contained in:
@@ -6,7 +6,7 @@ func (set *TaxonSet) Get(i int) *TaxNode {
|
||||
return (*set)[i]
|
||||
}
|
||||
|
||||
func (set *TaxonSet) Length() int {
|
||||
func (set *TaxonSet) Len() int {
|
||||
return len(*set)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user