A simple but useful email domain verifier built using standard libraries in Go. It takes domain name and check if it is a valid domain
Clone the project
git clone https://github.com/amalmadhu06/email-verifier-go
Go to the project directory
cd email-verifier-go
Start the server
go run main.go