diff --git a/uniuri.go b/uniuri.go index c9898fd..596736a 100644 --- a/uniuri.go +++ b/uniuri.go @@ -15,8 +15,10 @@ // read from it. package uniuri -import "crypto/rand" -import "io" +import ( + "crypto/rand" + "io" +) const ( // Standard length of uniuri string to achive ~95 bits of entropy.