We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using go get -u gives me this error:
go get -u
github.com/Azure/azure-sdk-for-go/storage azure-sdk-for-go/storage/table_batch.go:134:61: multiple-value uuid.NewV1() in single-value context azure-sdk-for-go/storage/table_batch.go:141:48: multiple-value uuid.NewV1() in single-value context
Fixed it by running dep ensure inside of github.com/Azure/azure-sdk-for-go in GOPATH
dep ensure
github.com/Azure/azure-sdk-for-go
GOPATH
The text was updated successfully, but these errors were encountered:
Thanks for reporting @ritazh! We're working on addressing this in #947 so will close this now.
Sorry, something went wrong.
joshgav
No branches or pull requests
using
go get -u
gives me this error:Fixed it by running
dep ensure
inside ofgithub.com/Azure/azure-sdk-for-go
inGOPATH
The text was updated successfully, but these errors were encountered: