From d4034e5f8a298c263c820d13a7758436f5e1b89b Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 26 May 2019 02:20:01 +0200 Subject: wintun: remove extra / --- tun/tun_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3-59-g8ed1b