Skip to content

Instantly share code, notes, and snippets.

@nenjotsu
Created August 31, 2025 04:34
Show Gist options
  • Select an option

  • Save nenjotsu/6a37effda12509990fa4ce1d4b927ec7 to your computer and use it in GitHub Desktop.

Select an option

Save nenjotsu/6a37effda12509990fa4ce1d4b927ec7 to your computer and use it in GitHub Desktop.
go clean cache in ubuntu
rm -rf ~/.cache/go-build
rm -rf ~/.cache/golangci-lint
go clean -modcache
go mod tidy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment