Skip to content

Instantly share code, notes, and snippets.

@thinkjrs
Created May 29, 2022 14:22
Show Gist options
  • Select an option

  • Save thinkjrs/7851a088e082b32f3a758618d7e59f92 to your computer and use it in GitHub Desktop.

Select an option

Save thinkjrs/7851a088e082b32f3a758618d7e59f92 to your computer and use it in GitHub Desktop.
Remove downloaded modules dependencies in Go

"To remove all downloaded modules, you can pass the -modcache flag to go clean:"

go clean -modcache

📓 Reference: https://go.dev/doc/code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment