79548271

Date: 2025-04-01 09:56:50
Score: 1
Natty:
Report link

I've faced the same issue. In my case there was a module rename. go clean -modcache, replace in go.mod, manual module name change in the go.mod did not help. I had to change all the links to the old module in the go code (import section of go files) and after that go mod tidy did the job.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Vasiliy Toporov