Delve Version: [0.10.0-alpha] 2015-10-04
Go 1.5: go version go1.5.2 darwin/amd64
OSX Yosemite: 10.10.5 (14F1509)
Followed installation instructions to install and sign the binary.
When attempting to run dlv in terminal, it returns: -bash: dlv: command not found
I tried running this from the /GoWorkspace/src/hello folder and also from the /GoWorkspace/bin folder.
Here is a screenshot of my workspace directory:

This doesn't seem like an issue with Delve. It seems like there is an issue with your $PATH or something. What happens if your in your GoWorkspace/bin directory and you run ./dlv (i.e. invoke relative to current path)?
Thank you for the quick response! That worked!

Most helpful comment
This doesn't seem like an issue with Delve. It seems like there is an issue with your $PATH or something. What happens if your in your
GoWorkspace/bindirectory and you run./dlv(i.e. invoke relative to current path)?