mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-08 23:50:00 +08:00
8 lines
75 B
Go
8 lines
75 B
Go
// +build !linux
|
|
|
|
package internal
|
|
|
|
func RefreshCpu() uint64 {
|
|
return 0
|
|
}
|