mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +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