]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Go-related junk cleaner
authorSergey Matveev <stargrave@stargrave.org>
Mon, 12 Jul 2021 19:33:17 +0000 (22:33 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 12 Jul 2021 19:33:17 +0000 (22:33 +0300)
bin/bin/go-clean [new file with mode: 0755]

diff --git a/bin/bin/go-clean b/bin/bin/go-clean
new file mode 100755 (executable)
index 0000000..985cc57
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/env zsh
+
+setopt NO_NOMATCH
+rm -fr $GOCACHE /tmp/gopls-* /tmp/go-build*