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
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/real-logic/simple-binary-encoding/otf"
6
5
"strings"
6
+
7
+ "github.com/real-logic/simple-binary-encoding/otf"
7
8
)
8
9
9
10
// 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
2
2
3
3
import (
4
4
"encoding/hex"
5
- "github.com/real-logic/simple-binary-encoding/otf"
6
5
"strconv"
7
6
"strings"
7
+
8
+ "github.com/real-logic/simple-binary-encoding/otf"
8
9
)
9
10
10
11
// JsonTokenListener dynamically decodes to convert them to JSON for output.
Original file line number Diff line number Diff line change 1
1
package otf
2
2
3
3
import (
4
- ir "github.com/real-logic/simple-binary-encoding/uk_co_real_logic_sbe_ir_generated"
5
4
"os"
6
5
"sort"
7
6
"strings"
7
+
8
+ ir "github.com/real-logic/simple-binary-encoding/uk_co_real_logic_sbe_ir_generated"
8
9
)
9
10
10
11
type IrDecoder struct {
You can’t perform that action at this time.
0 commit comments