d6o / GoTree

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

redesign test, add godoc bange #12

Closed Konstantin8105 closed 6 years ago

Konstantin8105 commented 6 years ago

Go coverage is not changed:

go test -v -cover
=== RUN   ExampleTree
--- PASS: ExampleTree (0.00s)
PASS
coverage: 92.6% of statements
ok      github.com/DiSiqueira/GoTree    
d6o commented 6 years ago

Thanks for the contribution!