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.
This commit is contained in:
10
app/internal/models/email_updates.go
Normal file
10
app/internal/models/email_updates.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func EmailMessage(msg string){
|
||||
fmt.Print("Message is not sent (func not implmented) %s", msg)
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user