diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-05-26 02:20:01 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-05-26 02:20:01 +0200 |
commit | d4034e5f8a298c263c820d13a7758436f5e1b89b (patch) | |
tree | f4197b625b60be5807d1b0ba2682d977c2e77a29 /tun/tun_windows.go | |
parent | fbcd995ec1d2d3705c7665192341d05e35d21917 (diff) |
wintun: remove extra /
Diffstat (limited to 'tun/tun_windows.go')
-rw-r--r-- | tun/tun_windows.go | 2 |
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 { |