all repos

dotfiles @ 9c9c13c

i use rach linux btw
1 files changed, 1 insertions(+), 1 deletions(-)
bin: go clean on caches
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-19 20:16:23 +0200
Parent: 38e35fe
M bin/goclean
ยทยทยท
                1
                1
                 #!/usr/bin/env bash

              
                2
                
                -exec go clean -cache -modcache -i -r

              
                
                2
                +exec go clean -cache -testcache