Re: [go-nuts] debugging with delve

2017-04-02 Thread Matt Harden
Add $GOHOME/bin to your $PATH. On Sun, Apr 2, 2017 at 8:56 AM Robert Solomon wrote: > I am a newbie to Go. I'm trying to figure out how to use delve, but I > think the documentation assumes I know more than I do. > > I did the go get command, and there were no errors. But when I try to > invok

[go-nuts] debugging with delve

2017-04-02 Thread Robert Solomon
I am a newbie to Go. I'm trying to figure out how to use delve, but I think the documentation assumes I know more than I do. I did the go get command, and there were no errors. But when I try to invoke it using either $ dlv $ delve I get a "no command found. did you mean ..." error. I think I