]> Sergey Matveev's repositories - dotfiles.git/commitdiff
More go-related cleanups
authorSergey Matveev <stargrave@stargrave.org>
Mon, 19 Jul 2021 17:31:41 +0000 (20:31 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 19 Jul 2021 17:31:41 +0000 (20:31 +0300)
bin/bin/go-clean

index 9adce7dd1a256fa7f1c24ad89f2a2bf5206907e1..cf9047c858c178d33e49836f1b9f5661597a6330 100755 (executable)
@@ -1,4 +1,9 @@
 #!/usr/bin/env zsh
 
 setopt NO_NOMATCH
-rm -fr $GOCACHE /tmp/gopls-* /tmp/go-build* /tmp/*.pch
+rm -fr $GOCACHE \
+    /tmp/gopls-* \
+    /tmp/go-build* \
+    /tmp/go.*.*.{mod,sum} \
+    /tmp/gopackages-* \
+    /tmp/*.pch