From 08647ec58034ecdc4ea60e7eb37c9e91fff784d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 16 Mar 2015 19:43:02 +0100 Subject: Run go fmt --- common/drbg/hash_drbg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/drbg/hash_drbg.go') diff --git a/common/drbg/hash_drbg.go b/common/drbg/hash_drbg.go index 2cd1ec7..7feb9e8 100644 --- a/common/drbg/hash_drbg.go +++ b/common/drbg/hash_drbg.go @@ -30,8 +30,8 @@ package drbg import ( - "encoding/hex" "encoding/binary" + "encoding/hex" "fmt" "hash" -- cgit v1.2.3