1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-09 23:22:28 +08:00

doc: add docment for IsZeroValue function

This commit is contained in:
dudaodong
2022-08-27 19:04:57 +08:00
parent fc10689b25
commit 063df0f0d1
4 changed files with 58 additions and 1 deletions

View File

@@ -493,6 +493,7 @@ import "github.com/duke-git/lancet/v2/validator"
- [IsStrongPassword](https://github.com/duke-git/lancet/blob/main/docs/validator.md#IsStrongPassword)
- [IsUrl](https://github.com/duke-git/lancet/blob/main/docs/validator.md#IsUrl)
- [IsWeakPassword](https://github.com/duke-git/lancet/blob/main/docs/validator.md#IsWeakPassword)
- [IsZeroValue](https://github.com/duke-git/lancet/blob/main/docs/validator.md#IsZeroValue)
### 19. xerror package implements helpers for errors.
```go