package
1.3.9
Repository: https://github.com/ochom/gutils.git
Documentation: pkg.go.dev

# Functions

ComparePassword compares a password with a hash.
FromBytes converts slice of bytes to provided interface.
GenerateHash creates a hash from a string.
GenerateOTP generates a random OTP of a given size.
TestPorts is a list of ports that are used for testing.
HashPassword hashes a password.
ParseCSV reads csv from io.Reader and returns a chan of slice of strings.
ParseEmail checks if the email is valid and returns the username and domain.
ParseMobile ...
ReadFile ...
ToBytes converts provided interface to slice of bytes.