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:
@ -36,7 +36,7 @@ func (taxonomy *Taxonomy) Index() *map[string]*TaxonSet {
|
||||
return &(taxonomy.index)
|
||||
}
|
||||
|
||||
func (taxonomy *Taxonomy) Length() int {
|
||||
func (taxonomy *Taxonomy) Len() int {
|
||||
return len(*taxonomy.nodes)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user