diff --git a/x/pagination/pagination.go b/x/pagination/pagination.go index aa13792b..60d437d4 100644 --- a/x/pagination/pagination.go +++ b/x/pagination/pagination.go @@ -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"