5 lines
93 B
Go
5 lines
93 B
Go
package constants
|
|
|
|
// DefaultLimit is the default limit for pagination
|
|
var DefaultLimit = 10
|