diff options
Diffstat (limited to 'device/send.go')
-rw-r--r-- | device/send.go | 7 |
1 files changed, 4 insertions, 3 deletions
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 |