jniewt

Results 8 comments of jniewt

What helped me was to clear cache of the app, and possibly also data.

Same problem with AppImage on Fedora 39, v0.10.13 Can't log into cloud account (probably) because of this.

Sorry. There you go: version: 3.4.5 build with: tag: v3.4.5 commit: 607f2e628d899ae012894fcbd513d85cd65f0281 source: https://github.com/incu6us/goimports-reviser Command: `/var/lib/snapd/snap/bin/goimports-reviser -rm-unused -company-prefixes foo.com -format -recursive .` Output: `2023/09/14 15:07:07 Failed to fix directory .:...

``` $ go version go version go1.19.12 linux/amd64 $ which go /usr/bin/go $ echo $PATH /home/foo/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/var/lib/snapd/snap/bin:/home/foo/go/bin:/home/foo/.local/share/JetBrains/Toolbox/scripts ```

It's still the same error unfortunately.

Any idea why this happens then? ``` $ go clean -modcache $ go install -v github.com/incu6us/goimports-reviser/v3@latest go: downloading github.com/incu6us/goimports-reviser/v3 v3.4.5 go: downloading github.com/incu6us/goimports-reviser v0.1.6 ``` I can't seem to be...

No, sorry. I gave up and I'm using the old one. Whenever I install it with go like you said it installs fine but when I run it it still...

I removed all files concerning goimports-reviser from my system and installed it with: `go install -v github.com/incu6us/goimports-reviser/v3@latest` (from the terminal window within Goland IDE). The resulting binary still doesn't have...