diff options
Diffstat (limited to 'vendor/github.com/go-openapi/errors/headers.go')
| -rw-r--r-- | vendor/github.com/go-openapi/errors/headers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/go-openapi/errors/headers.go b/vendor/github.com/go-openapi/errors/headers.go index dfebe8f95..6ea1151f4 100644 --- a/vendor/github.com/go-openapi/errors/headers.go +++ b/vendor/github.com/go-openapi/errors/headers.go @@ -21,7 +21,7 @@ import ( ) // Validation represents a failure of a precondition -type Validation struct { +type Validation struct { //nolint: errname code int32 Name string In string |
