From eeeac287ef4e46a1fcd3d15a1f8942dc136ae601 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 23 Jul 2019 11:45:48 +0200 Subject: tun: windows: style --- tun/tun_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tun/tun_windows.go') diff --git a/tun/tun_windows.go b/tun/tun_windows.go index 01c5644..30518c6 100644 --- a/tun/tun_windows.go +++ b/tun/tun_windows.go @@ -104,7 +104,7 @@ func CreateTUNWithRequestedGUID(ifname string, requestedGUID *windows.GUID) (Dev tun := &NativeTun{ wt: wt, - handle: windows.InvalidHandle, + handle: windows.InvalidHandle, events: make(chan Event, 10), errors: make(chan error, 1), forcedMTU: 1500, -- cgit v1.2.3-59-g8ed1b