d6o / GoTree

A Tree printer module written in GoLang
https://disiqueira.github.io/GoTree/
MIT License
191 stars 32 forks source link

Add option to sort the tree #20

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi,

In our fork (https://github.com/arr-ai/wbnf/blob/master/gotree/gotree.go) we have added an option to sort the tree, our use-case wants to sort the whole tree based on the leafs which have numbers as the prefix.

Is this something we should look into getting upstream?

d6o commented 4 years ago

Sure! I would love to merge it.

ghost commented 4 years ago

cool, I'll try to get a PR through in the next few days