Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
goloop committed Jun 29, 2023
1 parent 9542a52 commit 5a631e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@

# is

The **is** package is validators and sanitizers for different values.
Package is includes validation functions of various data such as e-mail, bank card number, bank account IBAN, phone number and others.

The package provides validation functions that do not pre-clean the data. If the validation data needs to be cleaned, it must be cleaned beforehand,
for example using the g package.

2 changes: 1 addition & 1 deletion is.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// The package provides validation functions that do not pre-clean the data.
// If the validation data needs to be cleaned, it must be cleaned beforehand,
// for example using the g module.
// for example using the g package.
//
// Example:
//
Expand Down

0 comments on commit 5a631e4

Please sign in to comment.