]> Cypherpunks repositories - gostls13.git/commit
doc: change variable name in Effective Go
authorVitor De Mario <vitordemario@gmail.com>
Thu, 15 Sep 2016 23:46:20 +0000 (20:46 -0300)
committerRob Pike <r@golang.org>
Fri, 16 Sep 2016 01:10:51 +0000 (01:10 +0000)
commite888b81a11df98d352580358e1ba524d05904d69
tree56668e68bf58828b975af35b07f5004eda0c3ad8
parente727e37090de987f2fafd48a02cd39455dff2ca5
doc: change variable name in Effective Go

Effective Go has references to a function call f(c, req) made by ServeHTTP mixed with f(w,
req). c is dropped in favor of w to maintain consistency

Fixes #17128

Change-Id: I6746fd115ed5a58971fd24e54024d29d18ead1fa
Reviewed-on: https://go-review.googlesource.com/29311
Reviewed-by: Rob Pike <r@golang.org>
doc/effective_go.html