Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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