Skip to content

Commit ed9f690

Browse files
author
maksim.konovalov
committed
Fix imports sort
1 parent b6d6ec9 commit ed9f690

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

box/common.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ package box
22

33
import (
44
"context"
5+
"io"
6+
57
"github.com/tarantool/go-iproto"
68
"github.com/tarantool/go-tarantool/v2"
7-
"io"
89
)
910

1011
type baseRequest struct {

box/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ package box_test
1111
import (
1212
"context"
1313
"fmt"
14-
"github.com/tarantool/go-tarantool/v2/box"
1514
"log"
1615
"time"
1716

1817
"github.com/tarantool/go-tarantool/v2"
18+
"github.com/tarantool/go-tarantool/v2/box"
1919
)
2020

2121
func Example() {

box/info.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package box
22

33
import (
44
"fmt"
5+
56
"github.com/tarantool/go-tarantool/v2"
67
"github.com/vmihailenco/msgpack/v5"
78
)

0 commit comments

Comments
 (0)