I am running on Ubuntu Mate Willy linux in a Virtual box on Windows. I have installed Go from the tar file to the recommended directory as shown in the installation guide: tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz.
I also set the GOPATH to my workspace that contains the src and bin directory.
Next step was to run go get github.com/derekparker/delve/cmd/dlv and then I got the error that opening an .a file failed.
I tried to play with the rights on the files in the GOROOT but this did not help.
When I installed the GOROOT in a directory under my home directory it worked fine.
Can someone help me out? I am helped for now but was confused by this behavior.