Style fix.
This commit is contained in:
parent
00f2f1a9e4
commit
97550955b0
@ -15,8 +15,10 @@
|
|||||||
// read from it.
|
// read from it.
|
||||||
package uniuri
|
package uniuri
|
||||||
|
|
||||||
import "crypto/rand"
|
import (
|
||||||
import "io"
|
"crypto/rand"
|
||||||
|
"io"
|
||||||
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// Standard length of uniuri string to achive ~95 bits of entropy.
|
// Standard length of uniuri string to achive ~95 bits of entropy.
|
||||||
|
Loading…
Reference in New Issue
Block a user