Skip to content

Commit b022d5c

Browse files
committed
chore(fluentbit): fmt go code
1 parent 4457504 commit b022d5c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

plugin/out_quickwit.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
// drycc quickwit plugin
12
package main
23

34
import (
45
"C"
5-
"unsafe"
6-
7-
"github.com/fluent/fluent-bit-go/output"
86
)
7+
98
import (
109
"bytes"
1110
"crypto/tls"
@@ -18,8 +17,10 @@ import (
1817
"sync"
1918
"text/template"
2019
"time"
20+
"unsafe"
2121

2222
"github.com/Masterminds/sprig/v3"
23+
"github.com/fluent/fluent-bit-go/output"
2324
)
2425

2526
var (

0 commit comments

Comments
 (0)