diff options
Diffstat (limited to 'vendor/github.com/go-openapi/errors/README.md')
-rw-r--r-- | vendor/github.com/go-openapi/errors/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/go-openapi/errors/README.md b/vendor/github.com/go-openapi/errors/README.md new file mode 100644 index 000000000..4aac049e6 --- /dev/null +++ b/vendor/github.com/go-openapi/errors/README.md @@ -0,0 +1,11 @@ +# OpenAPI errors + +[](https://travis-ci.org/go-openapi/errors) +[](https://codecov.io/gh/go-openapi/errors) +[](https://slackin.goswagger.io) +[](https://raw.githubusercontent.com/go-openapi/errors/master/LICENSE) +[](https://pkg.go.dev/github.com/go-openapi/errors) +[](https://golangci.com) +[](https://goreportcard.com/report/github.com/go-openapi/errors) + +Shared errors and error interface used throughout the various libraries found in the go-openapi toolkit. |