feat(scripts): add cache clearing operations

This commit is contained in:
2023-12-07 01:37:39 +02:00
parent e4f925e5b0
commit 71301a6436
4 changed files with 16 additions and 2 deletions

View File

@@ -50,4 +50,8 @@ x-have git-profile && {
}
echo ""
msg_run "Clearing go cache"
go clean -cache -modcache
msg_ok "Done"