-
Hello,
As always thanks for providing this awesome tool!
**Issue**
If a go file has multiple imports go-imports-reviser does not properly handle that scenario. e.g
```go
import "sync"
import…
-
### What did you do? (required: The issue will be **closed** when not provided)
Attempted to add goimports-reviser as the gofmt tool, which does not take the -w flag
let g:go_fmt_command = "goimpo…
-
Would be handy at times to be able to only output formatted content to stdout rather than writing it to the file. This is the default behavior for `gofmt` and `goimports`. They only write the output i…
-
Been using goimports-reviser a lot since you added support for local, and it's been great. However, we did notice an issue that (I think) mainly applies to when you're working with monorepos.
**Sce…
-
When working on monorepos, it's not uncommon to reference your own project using both the external and the local path.
E.g.:
```go
import (
"context"
"github.com/3rdparty/dep"
"coderepo…
-
**Feature description**
We run `goimports` in `make format` which sorts imports. However, it does not group them correctly. The right order is:
1. Standard library imports
2. 3rd party librarie…
-
Thanks again for creating this fantastic tool.
There appears to be an issue in files where no imports are declared, it seems that goimports-reviser is removing all comments that reside within the c…
-
Hi there love the tool! Works pretty much exactly as expected.
golint expects blank imports to have a comment justifying them which have to exist directly above the import. Currently goimports-revi…