7 lines
92 B
Go

package limits
const (
DefaultTextMaxLength = 100
DefaultTextAreaMaxLength = 20000
)