Style fix.

This commit is contained in:
Dmitry Chestnykh 2012-01-20 15:24:58 +01:00
parent 00f2f1a9e4
commit 97550955b0

View File

@ -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.