Style fix.
This commit is contained in:
parent
00f2f1a9e4
commit
97550955b0
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue