From: Sergey Matveev Date: Mon, 12 Jul 2021 19:33:17 +0000 (+0300) Subject: Go-related junk cleaner X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=ae9e1fb8bc46eeabf1772be160632ecc5009706c Go-related junk cleaner --- diff --git a/bin/bin/go-clean b/bin/bin/go-clean new file mode 100755 index 0000000..985cc57 --- /dev/null +++ b/bin/bin/go-clean @@ -0,0 +1,4 @@ +#!/usr/bin/env zsh + +setopt NO_NOMATCH +rm -fr $GOCACHE /tmp/gopls-* /tmp/go-build*