package
0.0.0-20241004061832-48d232735224
Repository: https://github.com/caps1d/snippetwall.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

returns a pointer to a 'compiled' regexp.Regexp type this way the pattern gets compiled into an optimized format once avoiding the need of parsing it every time we validate an email used for email sanity checking.

# Structs

Validator type which contains a map of validation errors for our form fields.