Documentation ¶ Index ¶ func ISO8601Date(v string) bool func Password(v string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ISO8601Date ¶ func ISO8601Date(v string) bool ISO8601Date validates ISO 8601 date format `yyyy-mm-dd`. func Password ¶ func Password(v string) bool Password validates password. At least one upper case letter, upp At least one lower case letter, low At least one digit, num At least one special character, sym At least 8 characters, tot No empty string or whitespace. Types ¶ This section is empty. Source Files ¶ View all Source files datetime.gopassword.go Click to show internal directories. Click to hide internal directories.