File tree 5 files changed +8
-6
lines changed
5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ package tarantool_test
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/tarantool/go-tarantool"
6
- "gopkg.in/vmihailenco/msgpack.v2"
7
5
"log"
8
6
"time"
7
+
8
+ "github.com/tarantool/go-tarantool"
9
+ "gopkg.in/vmihailenco/msgpack.v2"
9
10
)
10
11
11
12
type Tuple2 struct {
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ package tarantool_test
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/tarantool/go-tarantool/test_helpers"
6
5
"time"
7
6
8
7
"github.com/tarantool/go-tarantool"
8
+ "github.com/tarantool/go-tarantool/test_helpers"
9
9
)
10
10
11
11
type Tuple struct {
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ package multi
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/tarantool/go-tarantool"
6
5
"time"
6
+
7
+ "github.com/tarantool/go-tarantool"
7
8
)
8
9
9
10
func ExampleConnect () {
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ package queue_test
10
10
11
11
import (
12
12
"fmt"
13
+ "log"
13
14
"time"
14
15
15
16
"github.com/tarantool/go-tarantool"
16
17
"github.com/tarantool/go-tarantool/queue"
17
18
"gopkg.in/vmihailenco/msgpack.v2"
18
- "log"
19
19
)
20
20
21
21
type dummyData struct {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package tarantool_test
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/stretchr/testify/assert"
6
5
"log"
7
6
"os"
8
7
"reflect"
@@ -11,6 +10,7 @@ import (
11
10
"testing"
12
11
"time"
13
12
13
+ "github.com/stretchr/testify/assert"
14
14
. "github.com/tarantool/go-tarantool"
15
15
"github.com/tarantool/go-tarantool/test_helpers"
16
16
"gopkg.in/vmihailenco/msgpack.v2"
You can’t perform that action at this time.
0 commit comments