aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/extern.go
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2019-02-13 16:15:09 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2019-02-13 19:34:40 +0000
commit48bb61166711f47eb401f245c704a5a4887d4503 (patch)
treeb724b92dd5a167a7bb5f7114bf7675d381c7ad46 /src/runtime/extern.go
parentb690d7e513737769f6eed7cc53ca088517771547 (diff)
downloadgo-48bb61166711f47eb401f245c704a5a4887d4503.tar.gz
go-48bb61166711f47eb401f245c704a5a4887d4503.zip
crypto/tls, runtime: document GODEBUG TLS 1.3 option
Change-Id: I6801676335924414ce50249df2b7bea08886b203 Reviewed-on: https://go-review.googlesource.com/c/162360 Reviewed-by: Filippo Valsorda <filippo@golang.org>
Diffstat (limited to 'src/runtime/extern.go')
-rw-r--r--src/runtime/extern.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/extern.go b/src/runtime/extern.go
index 437406d991..e308dd38b1 100644
--- a/src/runtime/extern.go
+++ b/src/runtime/extern.go
@@ -127,7 +127,7 @@ It is a comma-separated list of name=val pairs setting these named variables:
IDs will refer to the ID of the goroutine at the time of creation; it's possible for this
ID to be reused for another goroutine. Setting N to 0 will report no ancestry information.
-The net and net/http packages also refer to debugging variables in GODEBUG.
+The net, net/http, and crypto/tls 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