mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-10-20 07:24:42 +08:00
wintun: Resolve some of golint warnings
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:

committed by
Jason A. Donenfeld

parent
a1aabb21ae
commit
1fdf7b19a3
@@ -10,11 +10,11 @@ import (
|
||||
"syscall"
|
||||
"testing"
|
||||
|
||||
"golang.zx2c4.com/wireguard/tun/wintun/guid"
|
||||
"golang.org/x/sys/windows"
|
||||
"golang.zx2c4.com/wireguard/tun/wintun/guid"
|
||||
)
|
||||
|
||||
var deviceClassNetGUID = windows.GUID{0x4d36e972, 0xe325, 0x11ce, [8]byte{0xbf, 0xc1, 0x08, 0x00, 0x2b, 0xe1, 0x03, 0x18}}
|
||||
var deviceClassNetGUID = windows.GUID{Data1: 0x4d36e972, Data2: 0xe325, Data3: 0x11ce, Data4: [8]byte{0xbf, 0xc1, 0x08, 0x00, 0x2b, 0xe1, 0x03, 0x18}}
|
||||
var computerName string
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user