From: Jason A. Donenfeld Date: Sun, 26 May 2019 00:20:01 +0000 (+0200) Subject: wintun: remove extra / X-Git-Tag: 0.0.20190805~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4034e5f8a298c263c820d13a7758436f5e1b89b;p=thirdparty%2Fwireguard-go.git wintun: remove extra / --- 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 {