diff options
-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 { |