1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-10 15:52:27 +08:00

update doc

This commit is contained in:
dudaodong
2024-12-04 10:40:18 +08:00
parent e1e15883e9
commit 4595a94b4c
14 changed files with 342 additions and 196 deletions

View File

@@ -1225,7 +1225,7 @@ func IsMasterCard(v string) bool
```go
import (
"fmt"
"github.com/duke-git/lancet/v2/validator"
"github.com/duke-git/lancet/validator"
)
func main() {