root@IGUANA4:~# go get github.com/Microsoft/azure-vhd-utils-for-go
github.com/Azure/azure-sdk-for-go/storage
work/src/github.com/Azure/azure-sdk-for-go/storage/client.go:308:10: error: reference to undefined field or method ‘EscapedPath’
cr += u.EscapedPath()
^
work/src/github.com/Azure/azure-sdk-for-go/storage/client.go:327:10: error: reference to undefined field or method ‘EscapedPath’
cr += u.EscapedPath()
^
I try to install in a Windows 10 Linux subsystem.
root@IGUANA4:~# go get github.com/Microsoft/azure-vhd-utils-for-go
github.com/Azure/azure-sdk-for-go/storage
work/src/github.com/Azure/azure-sdk-for-go/storage/client.go:308:10: error: reference to undefined field or method ‘EscapedPath’ cr += u.EscapedPath() ^ work/src/github.com/Azure/azure-sdk-for-go/storage/client.go:327:10: error: reference to undefined field or method ‘EscapedPath’ cr += u.EscapedPath() ^