Viacheslav Pryimak
Viacheslav Pryimak
Hi @jdechicchis, Actually `goimports-reviser` is created for imports(but we can expand functionality) and yes, it uses go/format to make it possible to perform basic cleanup for the code using public...
@jdechicchis Thanks:) Ok. Let's discuss the requirements. Here are some ideas which could be start point: - remove empty imports block (for today the tool can't remove code block with...
@jdechicchis Cool, I like it! I'll create separate issues for that(perhaps today-tomorrow) with the label `need help` and we could start with the implementation. This ticket still be opened to...
@jdechicchis I've created issues about formating option #36, #37, #38, #39 and #40(issue #35 is a general issue and attached to separated milestone). So, you can pick any of them.
#35 - done
#36 - done
Short answer is - yes
@yash97 try to use this feature with ‘go vet’ https://github.com/incu6us/goimports-reviser/tree/master/linter work on integration with golangci-lint is in progress
@arnaspet I have test for this and it is passed. https://github.com/incu6us/goimports-reviser/blob/master/reviser/file_test.go#L254 Describe more: version and params to your execution