From 9b40271878931adf01ccec9a424cf34460a84070 Mon Sep 17 00:00:00 2001 From: astaxie Date: Wed, 27 Aug 2014 15:53:08 +0800 Subject: [PATCH] fix the less ` --- logs/smtp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logs/smtp.go b/logs/smtp.go index b3bd91ce..19a0f510 100644 --- a/logs/smtp.go +++ b/logs/smtp.go @@ -34,7 +34,7 @@ type SmtpWriter struct { Password string `json:"password"` Host string `json:"Host"` Subject string `json:"subject"` - FromAddress string `json:"fromAddress" + FromAddress string `json:"fromAddress"` RecipientAddresses []string `json:"sendTos"` Level int `json:"level"` }