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
go get requires git if any of the packages lives (and is being fetched) from a git repository. For Windows, you can install git from the git website.
go get