diff options
author | Jakob Unterwurzacher | 2015-12-13 20:10:52 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-12-13 20:24:13 +0100 |
commit | 00a712b4d1e68bb3c156eb8f97fbb89d684a7e92 (patch) | |
tree | abf6d8c1b4493542686b3e59aaa08602fbfd4ead /cryptfs/nonce.go | |
parent | 8518d6d7bde33fdc7ef5bcb7c3c7709404392ad8 (diff) |
go fmt
...and minimal comment changes.
Diffstat (limited to 'cryptfs/nonce.go')
-rw-r--r-- | cryptfs/nonce.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs/nonce.go b/cryptfs/nonce.go index a122ea5..3abfefa 100644 --- a/cryptfs/nonce.go +++ b/cryptfs/nonce.go @@ -1,9 +1,9 @@ package cryptfs import ( - "encoding/binary" "bytes" "crypto/rand" + "encoding/binary" "encoding/hex" "fmt" ) |