1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 20:20:56 +00:00

fix the comments and json tag

This commit is contained in:
astaxie 2016-01-04 22:18:59 +08:00
parent 7fbaf82897
commit f0be45dfff

View File

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