13 lines
180 B
Go
13 lines
180 B
Go
|
|
package rmo
|
||
|
|
|
||
|
|
import (
|
||
|
|
"net/http"
|
||
|
|
//"github.com/Gleipnir-Technology/nidus-sync/config"
|
||
|
|
)
|
||
|
|
|
||
|
|
type contentMailer struct{}
|
||
|
|
|
||
|
|
func getMailer(w http.ResponseWriter, r *http.Request) {
|
||
|
|
|
||
|
|
}
|