Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dchest/validator
Go package validator validates and normalizes email addresses and domain names.
https://github.com/dchest/validator
Last synced: about 1 month ago
JSON representation
Go package validator validates and normalizes email addresses and domain names.
- Host: GitHub
- URL: https://github.com/dchest/validator
- Owner: dchest
- License: bsd-2-clause
- Created: 2013-11-28T11:55:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T15:16:33.000Z (almost 5 years ago)
- Last Synced: 2024-06-18T23:08:21.573Z (5 months ago)
- Language: Go
- Homepage: http://godoc.org/github.com/dchest/validator
- Size: 7.81 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# validator
[![Build Status](https://travis-ci.org/dchest/validator.png)](https://travis-ci.org/dchest/validator)
Go package validator validates and normalizes email addresses and domain names.
## Installation
```
$ go get github.com/dchest/validator
```## Documentation