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
If you're running this as a Jenkins pipeline script, start your Docker image like:
node('docker') { docker.image('golang:1.14rc1-alpine3.11').inside(' -u 0') { sh 'apk add curl' ... } }