We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem is at line https://github.com/go-openapi/runtime/blob/master/middleware/router.go#L266 - usr==nil is always false because of https://golang.org/doc/faq#nil_error
usr==nil
The text was updated successfully, but these errors were encountered:
experimental repro for go-openapi#147
5cf4dbe
Signed-off-by: Frédéric BIDON <[email protected]>
No branches or pull requests
Problem is at line https://github.com/go-openapi/runtime/blob/master/middleware/router.go#L266 -
usr==nil
is always false because of https://golang.org/doc/faq#nil_errorThe text was updated successfully, but these errors were encountered: