d6o / Gorganizer

Organize your folders into a beautiful classified folder structure with this perfect tool
https://disiqueira.github.io/Gorganizer/
MIT License
352 stars 16 forks source link

installation problem #27

Closed muralikodali closed 6 years ago

muralikodali commented 6 years ago

In ubuntu mate 16.04 , when i try install locally with $ go get github.com/DiSiqueira/Gorganizer, following error message is shown on terminal:

../.gvm/pkgsets/go1.10/global/src/github.com/DiSiqueira/Gorganizer/gorganizer.go:31:23: cannot use newFile (type gotree.GTStructure) as type gotree.GTStructure in append ../.gvm/pkgsets/go1.10/global/src/github.com/DiSiqueira/Gorganizer/gorganizer.go:39:26: cannot use newFile (type gotree.GTStructure) as type gotree.GTStructure in append ../.gvm/pkgsets/go1.10/global/src/github.com/DiSiqueira/Gorganizer/gorganizer.go:40:21: cannot use newFolder (type gotree.GTStructure) as type gotree.GTStructure in append ../.gvm/pkgsets/go1.10/global/src/github.com/DiSiqueira/Gorganizer/gorganizer.go:114:18: cannot use tree (type gotree.GTStructure) as type gotree.GTStructure in argument to gotree.PrintTree ../.gvm/pkgsets/go1.10/global/src/github.com/DiSiqueira/Gorganizer/ini.go:71:29: cannot use treeItem (type gotree.GTStructure) as type gotree.GTStructure in append ../.gvm/pkgsets/go1.10/global/src/github.com/DiSiqueira/Gorganizer/ini.go:74:22: cannot use treeFolder (type gotree.GTStructure) as type gotree.GTStructure in append ../.gvm/pkgsets/go1.10/global/src/github.com/DiSiqueira/Gorganizer/ini.go:78:18: cannot use tree (type gotree.GTStructure) as type *gotree.GTStructure in argument to gotree.PrintTree

d6o commented 6 years ago

Hello @muralikodali!

Thank you for your report! I'll take a look at it later today.

mildlyoriginal commented 6 years ago

@DiSiqueira, I fixed the pointer issues in #28.

d6o commented 6 years ago

I just merged @mildlyoriginal PR, it's fixed now, I'm going to close the issue, but if you find anything else, please feel free to post it here or open another one.