How to validate an email address in Go

I have checked the StackOverflow and couldn't find any question that answers how to validate email in Go Language. After some research, I figured out and solved it as per my need. I have this regex...