1
0
mirror of https://github.com/astaxie/beego.git synced 2024-10-06 21:21:52 +00:00
Beego/pkg/adapter/logs/es/es.go

6 lines
70 B
Go
Raw Normal View History

2020-10-05 13:54:38 +00:00
package es
import (
_ "github.com/astaxie/beego/pkg/core/logs/es"
)