Vendor psutils and remove neko
This commit is contained in:
13
plugins/system/ps/load/load_windows.go
Normal file
13
plugins/system/ps/load/load_windows.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// +build windows
|
||||
|
||||
package load
|
||||
|
||||
import (
|
||||
common "github.com/shirou/gopsutil/common"
|
||||
)
|
||||
|
||||
func LoadAvg() (*LoadAvgStat, error) {
|
||||
ret := LoadAvgStat{}
|
||||
|
||||
return &ret, common.NotImplementedError
|
||||
}
|
||||
Reference in New Issue
Block a user