Skip to content

Commit

Permalink
x/pagination pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Nov 17, 2023
1 parent eb9ddd5 commit afd0f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/pagination/pagination.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The only workable thing for generic aliases is when you know the type e.g.
type ListResponse = context.ListResponse[any] but that doesn't fit us.
*/

package iris
package pagination

import (
"math"
Expand Down

0 comments on commit afd0f5b

Please sign in to comment.