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/keypair.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device/keypair.go') diff --git a/device/keypair.go b/device/keypair.go index a9fbfce..9c78fa9 100644 --- a/device/keypair.go +++ b/device/keypair.go @@ -7,9 +7,10 @@ package device import ( "crypto/cipher" - "golang.zx2c4.com/wireguard/replay" "sync" "time" + + "golang.zx2c4.com/wireguard/replay" ) /* Due to limitations in Go and /x/crypto there is currently -- cgit v1.2.3