package
0.0.0-20220506084555-4c6d2c1b5dbd
Repository: https://github.com/franklynoble/snippetbox.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Variables
Use the regex.MustCompile() function to parse pattern and compile a regular expression for sanity checking the format of an email address
This returns *regex.Regexp object, or panics in the event of an error
Doing this once at runtime, and storing the compile regular expression
Object in a variable, is more performant than recompiling the pattern
every request
**/.