Skip to content

Commit c67db61

Browse files
committed
[Go] Run goimports
1 parent 61b914e commit c67db61

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

sbe-tool/src/main/golang/json/jsonprinter.go

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

33
import (
44
"fmt"
5-
"github.com/real-logic/simple-binary-encoding/otf"
65
"strings"
6+
7+
"github.com/real-logic/simple-binary-encoding/otf"
78
)
89

910
// JsonPrinter pretty prints JSON based upon the given Ir.

sbe-tool/src/main/golang/json/jsontokenlistener.go

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

33
import (
44
"encoding/hex"
5-
"github.com/real-logic/simple-binary-encoding/otf"
65
"strconv"
76
"strings"
7+
8+
"github.com/real-logic/simple-binary-encoding/otf"
89
)
910

1011
// JsonTokenListener dynamically decodes to convert them to JSON for output.

sbe-tool/src/main/golang/otf/irdecoder.go

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

33
import (
4-
ir "github.com/real-logic/simple-binary-encoding/uk_co_real_logic_sbe_ir_generated"
54
"os"
65
"sort"
76
"strings"
7+
8+
ir "github.com/real-logic/simple-binary-encoding/uk_co_real_logic_sbe_ir_generated"
89
)
910

1011
type IrDecoder struct {

0 commit comments

Comments
 (0)