Skip to content

Commit

Permalink
formatting imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Jan 3, 2018
1 parent 18fb139 commit 19d263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortuuid.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package shortuuid

import (
"fmt"
"strings"

uuid "github.com/satori/go.uuid"
"fmt"
)

// DefaultEncoder is the default encoder uses when generating new UUIDs, and is
Expand Down

0 comments on commit 19d263e

Please sign in to comment.