I referred to documentation available at https://github.com/go-delve/delve/blob/master/Documentation/installation/linux/install.md
dlv version)?go version)?
Following are path set for $GOPATH & $GOROOT

Am I missing anything?
@ankur0101 I aslo use ubuntu. There is any error or other output information when you type make install ?
Just like below

Just now I solved it, an env variable was missing:
export PATH=$GOPATH/bin:$PATH
@chainhelen I received the same response you have in place. Fire above line in console and add the same in /etc/profiles
This issue should not have been closed since the installation instructions are still incorrect.
I am new to go and I did the same mistake. This issue helped me
Most helpful comment
Just now I solved it, an env variable was missing:
export PATH=$GOPATH/bin:$PATH
@chainhelen I received the same response you have in place. Fire above line in console and add the same in /etc/profiles