How to validate an email address in Golang

I have checked StackOverflow and couldn't find any question that answers "how do I validate an email address in Go?". After some research, I solved it to fill my need. I have this regex and