This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
Replies: 1 comment 6 replies
-
You are modifying the source's original arguments in a way that may be causing the problem. If you are able to replicate this with the original source, can you please open an issue? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have raised this issue in
goimports-reviser
as well. Upon saving the changes, the recent changes get undone while using goimports-reviser. Is this something to do with null-ls?My config for
goimports-reviser
is:In a very simple go project with
go.mod
:main.go
:Notice the absence of imports statment as well. So there should be a
undeclared name: fmt
error.If I delete the line fmt.Println()
dd
then hit:w
, the line pops back up.Screencast.from.2023-03-24.14-10-39.webm
Beta Was this translation helpful? Give feedback.
All reactions