aboutsummaryrefslogtreecommitdiffstats
path: root/tun/tun_windows.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-26 02:20:01 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-26 02:20:01 +0200
commitd4034e5f8a298c263c820d13a7758436f5e1b89b (patch)
treef4197b625b60be5807d1b0ba2682d977c2e77a29 /tun/tun_windows.go
parentdevice: darwin actually doesn't need bound interfaces (diff)
downloadwireguard-go-d4034e5f8a298c263c820d13a7758436f5e1b89b.tar.xz
wireguard-go-d4034e5f8a298c263c820d13a7758436f5e1b89b.zip
wintun: remove extra /
Diffstat (limited to 'tun/tun_windows.go')
-rw-r--r--tun/tun_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_windows.go b/tun/tun_windows.go
index b352cd1..a28dce9 100644
--- a/tun/tun_windows.go
+++ b/tun/tun_windows.go
@@ -361,7 +361,7 @@ func (tun *NativeTun) Write(buff []byte, offset int) (int, error) {
return len(buff) - offset, nil
}
-///
+//
// LUID returns Windows adapter instance ID.
//
func (tun *NativeTun) LUID() uint64 {