x/pagination pkg

This commit is contained in:
Gerasimos (Makis) Maropoulos 2023-11-17 13:03:41 +02:00
parent eb9ddd5d76
commit afd0f5b145
No known key found for this signature in database
GPG Key ID: B9839E9CD30B7B6B

View File

@ -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"