Skip to content

Commit

Permalink
Update es.go
Browse files Browse the repository at this point in the history
  • Loading branch information
flycash committed Jun 30, 2020
1 parent 1f9da8d commit 2117562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs/es/es.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewES() logs.Logger {
// please import this package
// usually means that you can import this package in your main package
// for example, anonymous:
// _ import github.com/astaxie/beego/logs/es
// import _ github.com/astaxie/beego/logs/es
type esLogger struct {
*elasticsearch.Client
DSN string `json:"dsn"`
Expand Down

0 comments on commit 2117562

Please sign in to comment.