1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-21 20:07:04 +00:00

E-mail sender

This commit is contained in:
Makis Maropoulos
2016-06-01 15:29:38 +03:00
parent 83d3e076a4
commit 7f56cdea8c
6 changed files with 119 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ func (c Logger) Merge(cfg []Logger) (config Logger) {
return
}
// Merge MergeSingle the default with the given config and returns the result
// MergeSingle merges the default with the given config and returns the result
func (c Logger) MergeSingle(cfg Logger) (config Logger) {
config = cfg