package
0.0.0-20240918112503-c02145a9712d
Repository: https://github.com/notoriouscode97/snippetbox.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
MaxChars returns true if a value contains no more than n characters.
No description provided by the author
NotBlank returns true if a value is not an empty string.
PermittedInt returns true if a value is in a list of permitted integers.

# Variables

No description provided by the author

# Structs

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