Skip to content

Commit

Permalink
chore: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 8, 2022
1 parent 423ecdf commit 9c618e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion otel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package jx
import (
_ "embed"
"encoding/hex"
"testing"

"github.com/go-faster/errors"
"github.com/stretchr/testify/require"
"testing"
)

type Pos struct {
Expand Down

0 comments on commit 9c618e4

Please sign in to comment.