Commit 284e0d83 authored by Jérome Perrin's avatar Jérome Perrin

go fmt

parent f790463a
package main package main
import ( import (
"bytes"
"C" "C"
"bytes"
"crypto/tls"
"fmt" "fmt"
"os" "github.com/fluent/fluent-bit-go/output"
"unsafe"
"net/http" "net/http"
"crypto/tls" "os"
"strings" "strings"
"github.com/fluent/fluent-bit-go/output" "unsafe"
) )
//export FLBPluginRegister //export FLBPluginRegister
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment