azure: go vet ./...

This commit is contained in:
Christopher Boumenot 2017-06-12 11:19:44 -07:00
parent 027db82862
commit 1874514e4f
1 changed files with 1 additions and 1 deletions

View File

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