aboutsummaryrefslogtreecommitdiffstats
path: root/device/conn.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--device/conn.go (renamed from conn.go)4
1 files changed, 2 insertions, 2 deletions
diff --git a/conn.go b/device/conn.go
index b19a9c2..2594680 100644
--- a/conn.go
+++ b/device/conn.go
@@ -3,7 +3,7 @@
* Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
-package main
+package device
import (
"errors"
@@ -177,4 +177,4 @@ func (device *Device) BindClose() error {
err := unsafeCloseBind(device)
device.net.Unlock()
return err
-}
+} \ No newline at end of file