Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
cbd94183abd05880d293f1235707209d7fe593b8
/
.
/
pkg
/
sysinfo
/
numcpu_other.go
blob: fcafd56ae39b16c0eaff51a412c69cd9960354b0 [
file
]
//go:build !linux && !windows
package sysinfo
func numCPU() int {
// not implemented
return 0
}