File tree Expand file tree Collapse file tree 8 files changed +20
-12
lines changed Expand file tree Collapse file tree 8 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 2828package gocql
2929
3030import (
31- "github.com/stretchr/testify/require"
3231 "testing"
3332 "time"
33+
34+ "github.com/stretchr/testify/require"
3435)
3536
3637func TestBatch_Errors (t * testing.T ) {
Original file line number Diff line number Diff line change 1919package gocqlzap
2020
2121import (
22- "github.com/gocql/gocql"
2322 "go.uber.org/zap"
23+
24+ "github.com/gocql/gocql"
2425)
2526
2627const DefaultName = "gocql"
Original file line number Diff line number Diff line change @@ -23,12 +23,14 @@ package gocqlzap
2323
2424import (
2525 "bytes"
26- "github.com/gocql/gocql"
27- "go.uber.org/zap"
28- "go.uber.org/zap/zapcore"
2926 "io"
3027 "strings"
3128 "testing"
29+
30+ "go.uber.org/zap"
31+ "go.uber.org/zap/zapcore"
32+
33+ "github.com/gocql/gocql"
3234)
3335
3436const logLineEnding = "%%%\n %%%"
Original file line number Diff line number Diff line change 1919package gocqlzerolog
2020
2121import (
22- "github.com/gocql/gocql"
2322 "github.com/rs/zerolog"
23+
24+ "github.com/gocql/gocql"
2425)
2526
2627const DefaultName = "gocql"
Original file line number Diff line number Diff line change @@ -23,10 +23,12 @@ package gocqlzerolog
2323
2424import (
2525 "bytes"
26- "github.com/gocql/gocql"
27- "github.com/rs/zerolog"
2826 "strings"
2927 "testing"
28+
29+ "github.com/rs/zerolog"
30+
31+ "github.com/gocql/gocql"
3032)
3133
3234const logLineEnding = "%%%\n %%%"
Original file line number Diff line number Diff line change 2828package lz4
2929
3030import (
31- "github.com/pierrec/lz4/v4"
3231 "testing"
3332
33+ "github.com/pierrec/lz4/v4"
34+
3435 "github.com/stretchr/testify/require"
3536)
3637
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ package gocql
2929
3030import (
3131 "sync/atomic"
32-
3332 "testing"
3433)
3534
Original file line number Diff line number Diff line change @@ -29,12 +29,13 @@ package gocql
2929
3030import (
3131 "fmt"
32- "github.com/stretchr/testify/require"
33- "gopkg.in/inf.v0"
3432 "net"
3533 "reflect"
3634 "testing"
3735 "time"
36+
37+ "github.com/stretchr/testify/require"
38+ "gopkg.in/inf.v0"
3839)
3940
4041type person struct {
You can’t perform that action at this time.
0 commit comments