1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

x/pagination pkg

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-11-17 13:03:41 +02:00
parent eb9ddd5d76
commit afd0f5b145

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"