Fix process linter errors

This commit is contained in:
Daniel
2020-04-10 13:19:17 +02:00
parent c20c73a2d8
commit bb778f2cf7
9 changed files with 28 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ func New() (*IPHelper, error) {
// load dll
new.dll = windows.NewLazySystemDLL("iphlpapi.dll")
new.dll.Load()
err = new.dll.Load()
if err != nil {
return nil, err
}