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