Documentation ¶ Index ¶ func Email(email string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Email ¶ func Email(email string) error Email validates an email address with basic checks: non-empty, contains exactly one @, domain has a dot, no spaces. This is not a full RFC 5322 parser — just enough to catch typos. Types ¶ This section is empty. Source Files ¶ View all Source files email.go Click to show internal directories. Click to hide internal directories.