I'm unable to run go get git@github<user/repo> in my $GOPATH folder.
Getting this error:
go: cannot use path@version syntax in GOPATH mode
I just want to understand why go get isn't working even though $GOPATH is configured during the installation. Environment is ubuntu.
~/$ echo $GOPATH
/home/user/go