add the comments

This commit is contained in:
astaxie 2016-01-04 22:22:42 +08:00
parent f0be45dfff
commit 3bb22d149e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func newSMTPWriter() Logger {
// Init smtp writer with json config.
// config like:
// {
// "sername":"example@gmail.com",
// "username":"example@gmail.com",
// "password:"password",
// "host":"smtp.gmail.com:465",
// "subject":"email title",