mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-07 16:02:16 +00:00
8 lines
83 B
Go
8 lines
83 B
Go
package unibox
|
|
|
|
const (
|
|
LimitMin = 1
|
|
LimitMax = 100
|
|
DefaultLimit = 50
|
|
)
|