Files
Poll-system/app/internal/models/email_updates.go
Mann Patel b21e76eed0 Update: Few issues to resolve see readme
this push will conclude the majority of pulls. this repos will now, not be actively be managed or any further code pushes will not be frequent.
2025-09-11 16:54:30 -06:00

11 lines
140 B
Go

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