numcpu_other.go 100 B

12345678
  1. //go:build !linux && !windows
  2. package sysinfo
  3. func numCPU() int {
  4. // not implemented
  5. return 0
  6. }