Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SmtpHost = "smtp.gmail.com" SmtpPort = "587" Mime = "MIME-version: 1.0;\nContent-Type: text/html; charset=\"UTF-8\";\n\n" Body = ` <body> <p>It consist of goroutines and channels.</p> <a href={link}>ioscript</a> </body> ` )
View Source
var Logger *zap.SugaredLogger
Functions ¶
func InitializeLogger ¶
func InitializeLogger(filename string)
func IsEmailValid ¶
func ValidateEmailAddress ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.