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/send.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'device/send.go') diff --git a/device/send.go b/device/send.go index ccb28da..ae96aa2 100644 --- a/device/send.go +++ b/device/send.go @@ -8,13 +8,14 @@ package device import ( "bytes" "encoding/binary" - "golang.org/x/crypto/chacha20poly1305" - "golang.org/x/net/ipv4" - "golang.org/x/net/ipv6" "net" "sync" "sync/atomic" "time" + + "golang.org/x/crypto/chacha20poly1305" + "golang.org/x/net/ipv4" + "golang.org/x/net/ipv6" ) /* Outbound flow -- cgit v1.2.3-59-g8ed1b