setupapi: Do not export the toGo/toWindows functions
This commit is contained in:
parent
652158ec3c
commit
223685875f
2 changed files with 3 additions and 3 deletions
|
|
@ -169,7 +169,7 @@ func TestDevInfo_BuildDriverInfoList(t *testing.T) {
|
|||
continue
|
||||
}
|
||||
|
||||
if driverData2, err2 := driverData.ToGo().ToWindows(); err2 != nil || *driverData2 != *driverData {
|
||||
if driverData2, err2 := driverData.toGo().toWindows(); err2 != nil || *driverData2 != *driverData {
|
||||
t.Error("Error converting between SP_DRVINFO_DATA and DrvInfoData")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue