gf/geg/other/test.go
2018-01-17 12:49:36 +08:00

10 lines
104 B
Go

package main
import (
"fmt"
"runtime"
)
func main() {
fmt.Println(runtime.GOMAXPROCS(0))
}