diff --git a/encoder.go b/encoder.go index 6990c29..afc7121 100644 --- a/encoder.go +++ b/encoder.go @@ -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 {