package
0.0.0-20241206030855-4b14bc7197f7
Repository: https://github.com/maxskaink/proyect01-api-go.git
Documentation: pkg.go.dev

# Functions

CreateJWT create a jwt with a Claims what resive, and with the key generate a JWT and return it.
GetHash generate a hash for the string paramater and return a hash string created with encrypt sha256.
IsEmail validate if the parameter string are a email It returns true if it's a email and false if its no.
loadENV get to the so variable, all the enviroments variables of the .env file.