diff options
| author | Michael Pratt <mpratt@google.com> | 2025-07-22 11:17:06 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-07-22 09:16:26 -0700 |
| commit | 4ed9943b264170b11af375f9cc82807516578c77 (patch) | |
| tree | 65034a42b2a146092b19c96f191771dac8f71ed2 /src/runtime/debug.go | |
| parent | 1aaf7422f1c4b6a5c3d942d14e06a9ae41595ec8 (diff) | |
| download | go-4ed9943b264170b11af375f9cc82807516578c77.tar.xz | |
all: go fmt
Change-Id: I6a6a636c341d4ba3518be7f6806093bbdff11c88
Reviewed-on: https://go-review.googlesource.com/c/go/+/689535
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Diffstat (limited to 'src/runtime/debug.go')
| -rw-r--r-- | src/runtime/debug.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/runtime/debug.go b/src/runtime/debug.go index 206cf39f02..dacadd2721 100644 --- a/src/runtime/debug.go +++ b/src/runtime/debug.go @@ -19,10 +19,10 @@ import ( // GOMAXPROCS defaults to that value. // // Otherwise, the Go runtime selects an appropriate default value from a combination of -// - the number of logical CPUs on the machine, -// - the process’s CPU affinity mask, -// - and, on Linux, the process’s average CPU throughput limit based on cgroup CPU -// quota, if any. +// - the number of logical CPUs on the machine, +// - the process’s CPU affinity mask, +// - and, on Linux, the process’s average CPU throughput limit based on cgroup CPU +// quota, if any. // // If GODEBUG=containermaxprocs=0 is set and GOMAXPROCS is not set by the // environment variable, then GOMAXPROCS instead defaults to the value of |
