misterf13

Results 2 comments of misterf13

Have only seen this issue in raspberry pis. Modified the script from @jdmaloney into `main.go` ``` package main import ( "fmt" "os" "strings" "github.com/shirou/gopsutil/host" ) func main() { // Get...

More info here. https://github.com/shirou/gopsutil/issues/1129