From 615e0a9802335c38ef6e2bd2160a6bc515f3cc9c Mon Sep 17 00:00:00 2001 From: Peter Lithammer Date: Mon, 2 Dec 2024 12:57:03 +0100 Subject: [PATCH] Fix import order --- encoder.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {