1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 09:33:27 +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"
)