8 lines
75 B
Go
8 lines
75 B
Go
// +build !linux
|
|
|
|
package internal
|
|
|
|
func RefreshCpu() uint64 {
|
|
return 0
|
|
}
|