diff --git a/bin/gotags b/bin/gotags deleted file mode 100755 --- a/bin/gotags +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -set -eu - -install_it() { - go install github.com/jstemmer/gotags@latest - asdf reshim || : -} - -. ~/.lib/sh/stubexec.sh