Skip to content

Commit

Permalink
Clean up imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
zackwine committed Jul 10, 2020
1 parent 53cd757 commit 8d294d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-bit-kinesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package main
import (
"C"
"fmt"
"strconv"
"strings"
"time"
"unsafe"
Expand All @@ -26,7 +27,6 @@ import (
"github.com/fluent/fluent-bit-go/output"
"github.com/sirupsen/logrus"
)
import "strconv"

const (
// Kinesis API Limit https://docs.aws.amazon.com/sdk-for-go/api/service/kinesis/#Kinesis.PutRecords
Expand Down

0 comments on commit 8d294d5

Please sign in to comment.