Change go-fmt and goimports output
Changing how these hooks report their status for improving cross-platform support. In particular, this should fix #53
Additionally, I've set go-mod-tidy to run on changes to .mod and .sum files besides *.go, but I'm unsure if this is actually required.
Hi, I'm curious: What would it take for this PR to be merged? I'd be glad to help.
Looking forward the PR to be merged, i am suffering gofmt hook's failure in windows .
Hi, I'm curious: What would it take for this PR to be merged? I'd be glad to help.
Looks like @dnephin's comment needs to be addressed to merge this: https://github.com/dnephin/pre-commit-golang/pull/60#discussion_r511629276
We merged some changes in #97 which I think had the same goal, so hopefully this problem is fixed now.