aboutsummaryrefslogtreecommitdiff
path: root/tun.go
diff options
context:
space:
mode:
Diffstat (limited to 'tun.go')
-rw-r--r--tun.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun.go b/tun.go
index 9752636..6c239ea 100644
--- a/tun.go
+++ b/tun.go
@@ -7,7 +7,7 @@
package main
import (
- "./tun"
+ "git.zx2c4.com/wireguard-go/tun"
"sync/atomic"
)