]> Cypherpunks repositories - gostls13.git/commit
runtime: add pointer to net and net/http for more GODEBUG settings
authorRuss Cox <rsc@golang.org>
Thu, 7 Jan 2016 03:04:06 +0000 (22:04 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 7 Jan 2016 19:14:12 +0000 (19:14 +0000)
commitcd91c3b036c9ec087dcc3fc69ff8234020925fa9
treea6603f41610eacaf0b49275c0fec68c474acfe5d
parent305b4baf41ecbaa3469428b7debb389bd1527804
runtime: add pointer to net and net/http for more GODEBUG settings

net has GODEBUG text already.
net/http still needs it (leaving for Brad).

For #13611.

Change-Id: Icea1027924a23a687cbbe4001985e8c6384629d7
Reviewed-on: https://go-review.googlesource.com/18346
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/extern.go