Skip to content

Commit

Permalink
refactor: Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark committed Mar 20, 2024
1 parent 37bfc39 commit 40a6f21
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bench/array_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ import (
"github.com/romshark/jscan-experimental-decoder/bench"
"github.com/romshark/jscan-experimental-decoder/bench/easyjsongen"
"github.com/romshark/jscan-experimental-decoder/bench/ffjsongen"
segmentio "github.com/segmentio/encoding/json"

jsonv2 "github.com/go-json-experiment/json"
goccy "github.com/goccy/go-json"
jsoniter "github.com/json-iterator/go"
easyjson "github.com/mailru/easyjson"
ffjson "github.com/pquerna/ffjson/ffjson"
jscan "github.com/romshark/jscan/v2"
segmentio "github.com/segmentio/encoding/json"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion bench/array_string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ import (
"github.com/romshark/jscan-experimental-decoder/bench"
"github.com/romshark/jscan-experimental-decoder/bench/easyjsongen"
"github.com/romshark/jscan-experimental-decoder/bench/ffjsongen"
segmentio "github.com/segmentio/encoding/json"

jsonv2 "github.com/go-json-experiment/json"
goccy "github.com/goccy/go-json"
jsoniter "github.com/json-iterator/go"
easyjson "github.com/mailru/easyjson"
ffjson "github.com/pquerna/ffjson/ffjson"
jscan "github.com/romshark/jscan/v2"
segmentio "github.com/segmentio/encoding/json"
"github.com/stretchr/testify/require"
)

Expand Down
4 changes: 2 additions & 2 deletions bench/map_int_map_string_struct3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ import (
json "encoding/json"
"testing"

easyjson "github.com/mailru/easyjson"
jscandec "github.com/romshark/jscan-experimental-decoder"
"github.com/romshark/jscan-experimental-decoder/bench"
"github.com/romshark/jscan-experimental-decoder/bench/easyjsongen"
segmentio "github.com/segmentio/encoding/json"

jsonv2 "github.com/go-json-experiment/json"
goccy "github.com/goccy/go-json"
jsoniter "github.com/json-iterator/go"
easyjson "github.com/mailru/easyjson"
jscan "github.com/romshark/jscan/v2"
segmentio "github.com/segmentio/encoding/json"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion bench/map_string_string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import (
"github.com/romshark/jscan-experimental-decoder/bench"
"github.com/romshark/jscan-experimental-decoder/bench/easyjsongen"
"github.com/romshark/jscan-experimental-decoder/bench/ffjsongen"
segmentio "github.com/segmentio/encoding/json"

jsonv2 "github.com/go-json-experiment/json"
goccy "github.com/goccy/go-json"
jsoniter "github.com/json-iterator/go"
easyjson "github.com/mailru/easyjson"
ffjson "github.com/pquerna/ffjson/ffjson"
jscan "github.com/romshark/jscan/v2"
segmentio "github.com/segmentio/encoding/json"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion bench/struct_vector3d_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import (
"github.com/romshark/jscan-experimental-decoder/bench"
"github.com/romshark/jscan-experimental-decoder/bench/easyjsongen"
"github.com/romshark/jscan-experimental-decoder/bench/ffjsongen"
segmentio "github.com/segmentio/encoding/json"

jsonv2 "github.com/go-json-experiment/json"
goccy "github.com/goccy/go-json"
jsoniter "github.com/json-iterator/go"
easyjson "github.com/mailru/easyjson"
ffjson "github.com/pquerna/ffjson/ffjson"
jscan "github.com/romshark/jscan/v2"
segmentio "github.com/segmentio/encoding/json"
"github.com/stretchr/testify/require"
)

Expand Down

0 comments on commit 40a6f21

Please sign in to comment.