package
0.0.0-20230129212443-06fef433136c
Repository: https://github.com/jay-t/go-devops-advanced-diploma.git
Documentation: pkg.go.dev

# Functions

CheckPassword checks if the provided password is correct or not.
HashPassword returns the bcrypt hash of the password.
RandomInt generates a random int64 in [min, max].
RandomPass returns a random password of length 12.
RandomString generates a random string of length n.
RandomUser returns a random username of length 6.