azure: go vet ./...
This commit is contained in:
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…
Reference in New Issue