This commit is contained in:
Nicholas Orlowsky 2023-07-16 23:47:43 -04:00
parent 8621dfc66d
commit 0f4d054c07
No known key found for this signature in database
GPG key ID: 58832FD3AC16C706
2 changed files with 16 additions and 16 deletions

View file

@ -26,4 +26,4 @@ import (
// NumCPU ...
func NumCPU() int {
return runtime.NumCPU()
}
}