mirror of
https://github.com/astaxie/beego.git
synced 2024-11-15 14:50:54 +00:00
6 lines
70 B
Go
6 lines
70 B
Go
|
package es
|
||
|
|
||
|
import (
|
||
|
_ "github.com/astaxie/beego/pkg/core/logs/es"
|
||
|
)
|