I\'m new in go lang. Trying to import a go library using \"go get\" command but in cmd getting this error:
go: missing Git command. See https://golang.org/s/goge
Install git.
for Ubuntu, you can use the command
sudo apt-get install git