Skip to content

Instantly share code, notes, and snippets.

View Lukmanern's full-sized avatar
🥽
InsideWire

Lukman Ernandi Lukmanern

🥽
InsideWire
  • Bank Saqu
  • id_ID
  • 00:18 (UTC +07:00)
View GitHub Profile
@Lukmanern
Lukmanern / main.go
Created January 30, 2024 15:13
Golang Email Validation ; your choices.
package main
import (
"fmt"
"net/mail"
"github.com/fatih/color"
"github.com/go-playground/validator/v10"
)