This commit is contained in:
Jeffrey Serio 2024-11-18 11:36:01 -06:00
parent 0543dafb6b
commit 1a1d0ebde5

View File

@ -57,7 +57,7 @@ install-dust:
rm -rf "$filename" "${filename}.tar.gz" rm -rf "$filename" "${filename}.tar.gz"
go-tools: go-tools:
go install golang.org/x/tools/gpls@latest go install golang.org/x/tools/gopls@latest
go install github.com/fatih/gomodifytags@latest go install github.com/fatih/gomodifytags@latest
go install github.com/cweill/gotests/...@latest go install github.com/cweill/gotests/...@latest
go install github.com/x-motemen/gore/cmd/gore@latest go install github.com/x-motemen/gore/cmd/gore@latest