You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error happend no Go files in when use option -rm-unused, but it will work remove this option
PS D:\yun> goimports-reviser -format ./cmd/main.go
PS D:\yun> goimports-reviser -rm-unused -format ./cmd/main.go
-: no Go files in
2024/04/09 17:16:11 Failed to fix file: package has an errors
PS D:\yun> goimports-reviser -rm-unused -set-alias -format ./cmd/main.go
-: no Go files in
2024/04/09 17:16:23 Failed to fix file: package has an errors
PS D:\yun>
The text was updated successfully, but these errors were encountered:
error happend
no Go files in
when use option-rm-unused
, but it will work remove this optionThe text was updated successfully, but these errors were encountered: