chore: add clean

main
sudo pacman -Syu 2024-08-08 13:24:24 +07:00
parent 5a2faf2cd4
commit e562e5bbd9
2 changed files with 4 additions and 3 deletions

4
scripts/clean.sh Executable file
View File

@ -0,0 +1,4 @@
# Need to run this once in a while
# go clean -cache -testcache -modcache -fuzzcache -x
# sudo cargo +nightly clean gc -Z gc --max-download-age=1day
# uv cache clean

View File

@ -23,6 +23,3 @@ go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
go install github.com/maruel/panicparse/v2@latest
go install gotest.tools/gotestsum@latest
go install github.com/bufbuild/buf/cmd/buf@v1.31.0
# Need to run this once a month
# go clean -cache -testcache -modcache -fuzzcache