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:
parent
37fe175c26
commit
2fe559701c
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user