package models import ( "fmt" ) func EmailMessage(msg string){ fmt.Print("Message is not sent (func not implmented) %s", msg) return }