File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ package json
22
33import (
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.
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ package json
22
33import (
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.
Original file line number Diff line number Diff line change 11package otf
22
33import (
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
1011type IrDecoder struct {
You can’t perform that action at this time.
0 commit comments