Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkabwe committed May 12, 2024
1 parent 3580d46 commit f58b19e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ To use this package, you need to have Go installed and set up. Then you can run
go get github.com/patrickkabwe/go-validator
```

## Features

- 📧 `Email` validation
- 🌐 `URL` validation
- 🌐 `IP` address validation
- 📝 `Empty` field validation
- 📦 `Struct` validation using struct tags
- 📊 `Map, Slice, Embedded Struct` validation (Coming Soon)

## Usage

Import the validator package into your Go code:
Expand Down

0 comments on commit f58b19e

Please sign in to comment.