Created
August 31, 2025 04:34
-
-
Save nenjotsu/6a37effda12509990fa4ce1d4b927ec7 to your computer and use it in GitHub Desktop.
go clean cache in ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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