uudashr / gopkgs

gopkgs - Tool to get list available Go packages
MIT License
121 stars 34 forks source link

Fail to run when symlink not found #7

Closed uudashr closed 6 years ago

uudashr commented 6 years ago

Based on discussion https://github.com/uudashr/gopkgs/issues/6#issuecomment-389293829

$ gopkgs -format '{{.Name}};{{.ImportPath}}'
cannot Stat: stat /home/dobegor/go/src/github.com/g3n/g3nd/data/images/list-add.png: no such file or directory
uudashr commented 6 years ago

@dobegor the issue should be fixed on latest update. Could you update gopkgs and try to run the same command.

$ go get -u github.com/uudashr/gopkgs/cmd/gopkgs
$ gopkgs -format '{{.Name}};{{.ImportPath}}'
dobegor commented 6 years ago

@uudashr Yes, that fixed the problem. Thanks for a fast fix!

uudashr commented 6 years ago

That was cool... you are welcome.