Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
lithammer committed Dec 2, 2024
1 parent 9c03ed0 commit 615e0a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package shortuuid
import (
"encoding/binary"
"fmt"
"github.com/google/uuid"
"math"
"math/bits"
"strings"

"github.com/google/uuid"
)

type encoder struct {
Expand Down

0 comments on commit 615e0a9

Please sign in to comment.