Develop: Add Delve to install-go-tools.sh script (#3555)

This commit is contained in:
Gokce Dilek 2023-07-19 23:22:57 -07:00 committed by GitHub
parent 73fa7bbe86
commit 0d243d5ea4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@ case $DESTARCH in
GOBIN="/usr/local/bin" go install github.com/mikefarah/yq/v4@latest
GOBIN="/usr/local/bin" go install github.com/kyoh86/richgo@latest
GOBIN="/usr/local/bin" go install github.com/muesli/duf@latest
GOBIN="/usr/local/bin" go install github.com/go-delve/delve/cmd/dlv@latest
;;
esac