From 00a712b4d1e68bb3c156eb8f97fbb89d684a7e92 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 13 Dec 2015 20:10:52 +0100 Subject: go fmt ...and minimal comment changes. --- cryptfs/nonce.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cryptfs/nonce.go') 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" ) -- cgit v1.2.3