Fix process linter errors
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user