Hey,
it seems that the part that imports "github.com/Azure/azure-sdk-for-go/management"
can not find this directory, if you will go to the repo - https://github.com/Azure/azure-sdk-for-go , you can see that there is no /management dir.
i'm getting this -
main.go:9:2: cannot find package "github.com/Azure/azure-sdk-for-go/management" in any of:
and when i try to "go get github.com/Azure/azure-sdk-for-go/management"
i'm getting the same issue.
Thanks.