azure: go vet ./...

pull/4943/head
Christopher Boumenot 9 years ago
parent 027db82862
commit 1874514e4f

@ -7,7 +7,7 @@ import (
)
type azureErrorDetails struct {
Code string `json:"code""`
Code string `json:"code"`
Message string `json:"message"`
Details []azureErrorDetails `json:"details"`
}

Loading…
Cancel
Save