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
I don't have a full example, but I ran into a situation where I was getting an error
2017/05/26 18:14:11 Can not find definition of x model. Name looks like absolute, but model not found in github/com/.../models package
And I noticed the 'github/com' where it should be 'github.com', and I think this might be a result of the split on periods here:
swagger/parser/parser.go
Line 396 in b4c403f
Line 406 in b4c403f
Let me know if you need and example to demonstrate and reproduce
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I don't have a full example, but I ran into a situation where I was getting an error
And I noticed the 'github/com' where it should be 'github.com', and I think this might be a result of the split on periods here:
swagger/parser/parser.go
Line 396 in b4c403f
swagger/parser/parser.go
Line 406 in b4c403f
Let me know if you need and example to demonstrate and reproduce
The text was updated successfully, but these errors were encountered: