Skip to content

Instantly share code, notes, and snippets.

@sheldonhull
Last active December 14, 2021 03:37
Show Gist options
  • Save sheldonhull/47ceb64ab9db9e73122a40158e28186e to your computer and use it in GitHub Desktop.
Save sheldonhull/47ceb64ab9db9e73122a40158e28186e to your computer and use it in GitHub Desktop.
Clean Go Mod Cache

Clean Go Mod Cache

  • run go clean -modcache
  • run sudo --preserve-env find $HOME/go/pkg/mod -exec rm -rf {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment