d6o / GoTree

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

Updated GTStructure to use pointers to items instead of value receivers #5

Closed jaroslaw-bochniak closed 6 years ago

jaroslaw-bochniak commented 6 years ago

Updated GTStructure to use pointers to items instead of value receivers. This is a breaking change as the public method signatures and main type has been modified.