everify

module
v0.0.0-...-b4a283c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2023 License: MIT

README

logo
eVerify
Real Email Verify

Features

  • Syntax checker
  • Domain verification
  • MX (Mail Exchange records) verification

Use in Go Project

To install eVerify, simply run:

go get github.com/anyxel/everify

import (
  "github.com/anyxel/everify"
)

everify.run('[email protected]')

Git Clone & Run

git clone https://github.com/anyxel/everify.git
cd everify
go run -ldflags "-X main.version=v1.0.0 -X main.build=31122023" ./app

Build & Run

All possible options:

go tool dist list

Example Linux/amd64:

env GOOS=linux GOARCH=amd64 go build -o everify -ldflags "-X main.version=v1.0.0 -X 'main.build=$(date)'" ./app

./everify -h

Example Windows/amd64:

env GOOS=windows GOARCH=amd64 go build -o everify.exe -ldflags "-X main.version=v1.0.0 -X 'main.build=$(date)'" ./app

./everify.exe -h

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL