Code reefactoring

This commit is contained in:
2022-01-14 16:10:19 +01:00
parent 45a1765a03
commit ff40222902
13 changed files with 68 additions and 92 deletions

View File

@@ -39,7 +39,7 @@ func (set *TaxonSlice) Iterator() *ITaxonSet {
return i
}
func (taxonmy *Taxonomy) iterator() *ITaxonSet {
func (taxonmy *Taxonomy) Iterator() *ITaxonSet {
return taxonmy.nodes.Iterator()
}