gitee.com/quant1x/gox@v1.21.2/runtime/cpus_test.go (about) 1 package runtime 2 3 import "testing" 4 5 func TestGOMAXPROCS(t *testing.T) { 6 GoMaxProcs() 7 }