package constants // Misc constants. const ( // Password values PasswordMinLength = 8 BcryptCost = 14 )