Closed CodingCrush closed 2 years ago
I've added test here https://github.com/incu6us/goimports-reviser/blob/master/reviser/reviser_test.go#L701 Seems, everything is working fine. Try to update the tool to the latest version
Thank you, i found it works well with 1.18 built binary before v2.5.3 is released.
This job helps a lot for my projects
I've added test here https://github.com/incu6us/goimports-reviser/blob/master/reviser/reviser_test.go#L701 Seems, everything is working fine. Try to update the tool to the latest version
when cgo is enabled, the "C" package should always be imported after the c
include
comment like this:However, with
-rm-unused
, "C" will be removed. without this flag, "C" import will be re-ordered, this operation results in compile failure