From 97550955b05d4aefcbb74d2c364dbc321aa83ee1 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Fri, 20 Jan 2012 15:24:58 +0100 Subject: [PATCH] Style fix. --- uniuri.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.