d6o / GoTree

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

`go get` downloads the v1 (old and broken version) instead of latest (v3) #19

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi,

found this repo today, tried doing the go get line to add it to my project, discovered it downloads either some .a file or the pkg code for the v1 release. Not sure what is wrong with the repo, guessing a bad release setup in github or go.mod file?

Would much prefer to import your repo instead of forking the latest version to resolve this.

Thanks

d6o commented 4 years ago

Hey @anz-gordonj7 Thanks for reporting, I'll look into it today

d6o commented 4 years ago

@anz-gordonj7 fixed the problem. I forgot to update the modules file.

You can import it now with go get -v -u github.com/disiqueira/gotree/v3

Closing the issue, but feel free to re-open if any problem occurs.

albertdb commented 4 years ago

Please fix import in README.