core/internal/domain/player.go

7 lines
78 B
Go

package domain
const (
playerNameMinLength = 1
playerNameMaxLength = 150
)