]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/go/alldocs.go
[dev.regabi] all: merge master (ff0e93e) into dev.regabi
[gostls13.git] / src / cmd / go / alldocs.go
index e7c63f0749d695c91d863b18f76184f420995df2..db3f281ef35a3b37a7786d4fd26b29efb8806785 100644 (file)
 //     -p n
 //             the number of programs, such as build commands or
 //             test binaries, that can be run in parallel.
-//             The default is the number of CPUs available.
+//             The default is GOMAXPROCS, normally the number of CPUs available.
 //     -race
 //             enable data race detection.
 //             Supported only on linux/amd64, freebsd/amd64, darwin/amd64, windows/amd64,