Easy steps to install delve package on Mac
Package Information:
Application Name – delve
What is delve – Not Available for delve
Use of delve – Debugger for the Go programming language
URL – https://github.com/go-delve/delve
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install delve using brew
brew install delve
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
delve is ready to use now!