Skip to content

Commit

Permalink
fix: import bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Apr 17, 2021
1 parent f744925 commit 1179522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion output/elasticsearch_output.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package output

import (
"bytes"
"encoding/json"
"errors"
"fmt"
Expand All @@ -25,7 +26,7 @@ const (
)

var (
f func() codec.Encoder
f func() codec.Encoder
defaultNormalResp = []byte(`"errors":false,`)
)

Expand Down

0 comments on commit 1179522

Please sign in to comment.