Hacker News new | ask | show | jobs
by omginternets 1411 days ago
Is there a safe way to de-bloat go.sum?
1 comments

Theres go mod tidy, which does exactly that.
Does that clear out go.sum too? I thought it only affected go.mod ...