Check out a userscript which highlights deleted posts.
GitHub
79393826
Date:
2025-01-28 12:37:35
Score:
2
Natty:
Report link
For cleanly vendoring dependencies I would suggest this:
Delete the vendor folder
go get ./...
go mod tidy
go mod vendor
This helped me fix the inconsistency issue.
Reasons:
Low length (1):
No code block (0.5):
Low reputation (0.5):
Posted by:
gmg13