8 lines
122 B
Go

package limits
const (
DefaultTextMaxLength = 100
DefaultTextAreaMaxLength = 20000
PostMinCharacters = 5
)