diff options
| author | Benjamin Peterson <benjamin@python.org> | 2021-10-15 23:24:28 +0000 |
|---|---|---|
| committer | Austin Clements <austin@google.com> | 2021-10-19 17:12:53 +0000 |
| commit | 404f84d417ceed0f47e51d2c4f933a6dee96dca5 (patch) | |
| tree | cbe92c148f64c81bf54b88ddd1bc1c13158980ef /src | |
| parent | 99fad12e4788fdf67e49dadd16571238f935b408 (diff) | |
| download | go-404f84d417ceed0f47e51d2c4f933a6dee96dca5.tar.xz | |
runtime: remove reference to crypto/tls GODEBUG usage
crypto/tls briefly used GODEBUG. That usage was removed in CL 191999.
Change-Id: I759b6f1b02db8160075cba30d73823018e19ad9d
GitHub-Last-Rev: 12d2a4a82b1467e4c2214aa78eb9a0af4938a9de
GitHub-Pull-Request: golang/go#49012
Reviewed-on: https://go-review.googlesource.com/c/go/+/356313
Reviewed-by: Austin Clements <austin@google.com>
Trust: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/extern.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/extern.go b/src/runtime/extern.go index eca4062e68..b2003ba543 100644 --- a/src/runtime/extern.go +++ b/src/runtime/extern.go @@ -144,7 +144,7 @@ It is a comma-separated list of name=val pairs setting these named variables: because it also disables the conservative stack scanning used for asynchronously preempted goroutines. -The net, net/http, and crypto/tls packages also refer to debugging variables in GODEBUG. +The net and net/http packages also refer to debugging variables in GODEBUG. See the documentation for those packages for details. The GOMAXPROCS variable limits the number of operating system threads that |
