all: goimports -w

This commit is contained in:
Felix Lange
2015-07-07 05:10:49 +02:00
parent bdae4fd573
commit 4fb28e0dab
3 changed files with 7 additions and 4 deletions

View File

@ -18,8 +18,9 @@ package randentropy
import (
crand "crypto/rand"
"github.com/ethereum/go-ethereum/crypto/sha3"
"io"
"github.com/ethereum/go-ethereum/crypto/sha3"
)
var Reader io.Reader = &randEntropy{}