]> Cypherpunks repositories - gostls13.git/commit
doc/effective_go: make function signature match function body
authorBrett Cannon <bcannon@gmail.com>
Fri, 8 May 2015 14:41:15 +0000 (10:41 -0400)
committerRob Pike <r@golang.org>
Fri, 8 May 2015 17:01:24 +0000 (17:01 +0000)
commit3a3773c8cb439034094025cf2f85ed52535c3e1f
treee03a7173aad3c0e60e758a71617fa723339e4b4d
parente8fc93ea45ca0147f24f61f5ed48e68b57d473df
doc/effective_go: make function signature match function body

In the Slices section of Effective Go, the os package's File.Read
function is used as an example. Unfortunately the function signature
does not match the function's code in the example, nor the os package's
documentation. This change updates the function signature to match
the os package and the pre-existing function code.

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