Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: honor x-order while sorting query parameters (#806)
Instead of always sorting parameters with name, which can surprise users because x-order is ignored, sort them with the slice type declared in github.com/go-openapi/spec to reuse its comparison method.
- Loading branch information