From 3bf41b06ae6ec9a558d3b1f1f315509ccef97010 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 14 May 2019 09:09:52 +0200 Subject: global: regroup all imports --- device/cookie.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'device/cookie.go') diff --git a/device/cookie.go b/device/cookie.go index 2f21067..3a88a0c 100644 --- a/device/cookie.go +++ b/device/cookie.go @@ -8,10 +8,11 @@ package device import ( "crypto/hmac" "crypto/rand" - "golang.org/x/crypto/blake2s" - "golang.org/x/crypto/chacha20poly1305" "sync" "time" + + "golang.org/x/crypto/blake2s" + "golang.org/x/crypto/chacha20poly1305" ) type CookieChecker struct { -- cgit v1.2.3