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

fix the import

This commit is contained in:
astaxie 2014-08-26 15:43:18 +08:00
parent 37fe175c26
commit 2fe559701c

View File

@ -15,8 +15,10 @@
package logs package logs
import ( import (
"crypto/tls"
"encoding/json" "encoding/json"
"fmt" "fmt"
"net"
"net/smtp" "net/smtp"
"strings" "strings"
"time" "time"