I am trying to call GetVM from azure-sdk-for-go-samples/compute and when I am trying to build project it is showing the below error
use of internal package github.com/Azure-Samples/azure-sdk-for-go-samples/internal/config not allowed
test.go:17:2: use of internal package github.com/Azure-Samples/azure-sdk-for-go-samples/internal/iam not allowed
I am using Go version : 1.14.3
Note: I am cloning the repo in $GOPATH/src/githhub.com directory .