summaryrefslogtreecommitdiff
path: root/common/drbg/hash_drbg.go
diff options
context:
space:
mode:
authorDaniel Martí <mvdan@mvdan.cc>2015-03-16 19:43:02 +0100
committerDaniel Martí <mvdan@mvdan.cc>2015-03-16 19:43:02 +0100
commit08647ec58034ecdc4ea60e7eb37c9e91fff784d6 (patch)
tree3e8cd30ef8e58d1bc729e47a2b1b2b9572901aa5 /common/drbg/hash_drbg.go
parent714581df514c74199c47451a2bc3a51cb34ccabd (diff)
Run go fmt
Diffstat (limited to 'common/drbg/hash_drbg.go')
-rw-r--r--common/drbg/hash_drbg.go2
1 files changed, 1 insertions, 1 deletions
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"